GcDb2dVertex

class pygcad.pygrx.GcDb2dVertex

Bases: GcDbVertex

Methods Summary

bulge(self)

C++: GcDb2dVertex::bulge() const --> double

cast(inPtr)

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

className()

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

desc()

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

endWidth(self)

C++: GcDb2dVertex::endWidth() const --> double

ignoreTangent(self)

C++: GcDb2dVertex::ignoreTangent() --> enum Gcad::ErrorStatus

isA(self)

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

isTangentUsed(self)

C++: GcDb2dVertex::isTangentUsed() const --> bool

position(self)

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

rxInit()

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

setBulge(self, newVal)

C++: GcDb2dVertex::setBulge(double) --> enum Gcad::ErrorStatus

setEndWidth(self, newVal)

C++: GcDb2dVertex::setEndWidth(double) --> enum Gcad::ErrorStatus

setPosition(self, para)

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

setStartWidth(self, newVal)

C++: GcDb2dVertex::setStartWidth(double) --> enum Gcad::ErrorStatus

setTangent(self, newVal)

C++: GcDb2dVertex::setTangent(double) --> enum Gcad::ErrorStatus

setTangentUsed(self, para)

C++: GcDb2dVertex::setTangentUsed(bool) --> enum Gcad::ErrorStatus

setVertexIdentifier(self, suggestedValue)

C++: GcDb2dVertex::setVertexIdentifier(int) --> enum Gcad::ErrorStatus

startWidth(self)

C++: GcDb2dVertex::startWidth() const --> double

tangent(self)

C++: GcDb2dVertex::tangent() const --> double

useTangent(self)

C++: GcDb2dVertex::useTangent() --> enum Gcad::ErrorStatus

vertexIdentifier(self)

C++: GcDb2dVertex::vertexIdentifier() const --> int

vertexType(self)

C++: GcDb2dVertex::vertexType() const --> enum GcDb::Vertex2dType

Methods Documentation

bulge(self: pygcad.pygrx.GcDb2dVertex) float

C++: GcDb2dVertex::bulge() const –> double

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

endWidth(self: pygcad.pygrx.GcDb2dVertex) float

C++: GcDb2dVertex::endWidth() const –> double

ignoreTangent(self: pygcad.pygrx.GcDb2dVertex) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDb2dVertex::ignoreTangent() –> enum Gcad::ErrorStatus

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

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

isTangentUsed(self: pygcad.pygrx.GcDb2dVertex) bool

C++: GcDb2dVertex::isTangentUsed() const –> bool

position(self: pygcad.pygrx.GcDb2dVertex) GcGePoint3d

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

static rxInit() None

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

setBulge(self: pygcad.pygrx.GcDb2dVertex, newVal: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDb2dVertex::setBulge(double) –> enum Gcad::ErrorStatus

setEndWidth(self: pygcad.pygrx.GcDb2dVertex, newVal: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDb2dVertex::setEndWidth(double) –> enum Gcad::ErrorStatus

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

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

setStartWidth(self: pygcad.pygrx.GcDb2dVertex, newVal: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDb2dVertex::setStartWidth(double) –> enum Gcad::ErrorStatus

setTangent(self: pygcad.pygrx.GcDb2dVertex, newVal: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDb2dVertex::setTangent(double) –> enum Gcad::ErrorStatus

setTangentUsed(self: pygcad.pygrx.GcDb2dVertex, para: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDb2dVertex::setTangentUsed(bool) –> enum Gcad::ErrorStatus

setVertexIdentifier(self: pygcad.pygrx.GcDb2dVertex, suggestedValue: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDb2dVertex::setVertexIdentifier(int) –> enum Gcad::ErrorStatus

startWidth(self: pygcad.pygrx.GcDb2dVertex) float

C++: GcDb2dVertex::startWidth() const –> double

tangent(self: pygcad.pygrx.GcDb2dVertex) float

C++: GcDb2dVertex::tangent() const –> double

useTangent(self: pygcad.pygrx.GcDb2dVertex) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDb2dVertex::useTangent() –> enum Gcad::ErrorStatus

vertexIdentifier(self: pygcad.pygrx.GcDb2dVertex) int

C++: GcDb2dVertex::vertexIdentifier() const –> int

vertexType(self: pygcad.pygrx.GcDb2dVertex) pygcad.pygrx.GcDb.Vertex2dType

C++: GcDb2dVertex::vertexType() const –> enum GcDb::Vertex2dType