GcDbPolygonMeshVertex

class pygcad.pygrx.GcDbPolygonMeshVertex

Bases: GcDbVertex

Methods Summary

cast(inPtr)

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

className()

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

desc()

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

isA(self)

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

position(self)

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

rxInit()

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

setPosition(self, para)

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

vertexType(self)

C++: GcDbPolygonMeshVertex::vertexType() const --> enum GcDb::Vertex3dType

Methods Documentation

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

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

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

position(self: pygcad.pygrx.GcDbPolygonMeshVertex) GcGePoint3d

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

static rxInit() None

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

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

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

vertexType(self: pygcad.pygrx.GcDbPolygonMeshVertex) pygcad.pygrx.GcDb.Vertex3dType

C++: GcDbPolygonMeshVertex::vertexType() const –> enum GcDb::Vertex3dType