GcDbPolyFaceMeshVertex

class pygcad.pygrx.GcDbPolyFaceMeshVertex

Bases: GcDbVertex

Methods Summary

cast(inPtr)

C++: GcDbPolyFaceMeshVertex::cast(const class GcRxObject *) --> class GcDbPolyFaceMeshVertex *

className()

C++: GcDbPolyFaceMeshVertex::className() --> const wchar_t *

desc()

C++: GcDbPolyFaceMeshVertex::desc() --> class GcRxClass *

isA(self)

C++: GcDbPolyFaceMeshVertex::isA() const --> class GcRxClass *

position(self)

C++: GcDbPolyFaceMeshVertex::position() const --> class GcGePoint3d

rxInit()

C++: GcDbPolyFaceMeshVertex::rxInit() --> void

setPosition(self, para)

C++: GcDbPolyFaceMeshVertex::setPosition(const class GcGePoint3d &) --> enum Gcad::ErrorStatus

Methods Documentation

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbPolyFaceMeshVertex

C++: GcDbPolyFaceMeshVertex::cast(const class GcRxObject *) –> class GcDbPolyFaceMeshVertex *

static className() str

C++: GcDbPolyFaceMeshVertex::className() –> const wchar_t *

static desc() pygcad.pygrx.GcRxClass

C++: GcDbPolyFaceMeshVertex::desc() –> class GcRxClass *

isA(self: pygcad.pygrx.GcDbPolyFaceMeshVertex) pygcad.pygrx.GcRxClass

C++: GcDbPolyFaceMeshVertex::isA() const –> class GcRxClass *

position(self: pygcad.pygrx.GcDbPolyFaceMeshVertex) GcGePoint3d

C++: GcDbPolyFaceMeshVertex::position() const –> class GcGePoint3d

static rxInit() None

C++: GcDbPolyFaceMeshVertex::rxInit() –> void

setPosition(self: pygcad.pygrx.GcDbPolyFaceMeshVertex, para: GcGePoint3d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbPolyFaceMeshVertex::setPosition(const class GcGePoint3d &) –> enum Gcad::ErrorStatus