API Documentation
>
Interface Classes
> Class pfcLine
Class pfcLine
# include <
pfcGeometry.h
>
class
pfcLine
: public virtual
pfcCurve
{
xaideclare
(
pfcLine
)
...
};
Description
This class defines a line or curve.
User Guide References:
Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes:pfcLine
Direct Known Subclasses:
wfcWLine
Methods Inherited from Class
pfcGeomCurve
::
GetIsVisible
,
GetFeature
,
Eval3DData
,
EvalFromLength
,
EvalParameter
,
EvalLength
,
EvalLengthBetween
,
GetCurveDescriptor
,
GetNURBSRepresentation
Methods Inherited from Class
pfcChild
::
GetDBParent
,
GetOId
Methods Inherited from Class
pfcActionSource
::
AddActionListener
,
RemoveActionListener
,
AddActionListenerWithType
Methods Inherited from Class
pfcRelationOwner
::
DeleteRelations
,
GetRelations
,
SetRelations
,
RegenerateRelations
,
EvaluateExpression
Methods Inherited from Class
pfcParent
::
GetChild
Methods Inherited from Class
pfcParameterOwner
::
GetParam
,
CreateParam
,
ListParams
,
SelectParam
,
CreateParamWithUnits
,
SelectParameters
Methods Inherited from Class
pfcModelItem
::
GetName
,
SetName
,
GetId
,
GetType
Method Summary
pfcPoint3D_ptr
GetEnd1
()
The beginning of the line
pfcPoint3D_ptr
GetEnd2
()
The end of the line
Method Detail
pfcPoint3D_ptr
GetEnd1
()
The beginning of the line
pfcPoint3D_ptr
GetEnd2
()
The end of the line
Was this helpful?
This site works best with JavaScript enabled