| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| StdColor | GetColorType
()
Gets the color of the specified curve |
| /*optional*/ CurveDescriptor | GetCurveData
()
Retrieves the geometric representation data for the specified curve. |
| CurveTessellation | GetCurveTessellation
(double Tolerance)
Retrieves the curve tessellation |
| StdLineStyle | GetLineStyle
()
Gets the linestyle of the specified curve. |
| void | SetColorType
(StdColor ColorType)
Sets the color of the specified curve |
| void | SetLineStyle
(StdLineStyle LineStyle)
Sets the linestyle of the specified curve. |
| Methods Inherited from Interface com.ptc.pfc.pfcGeometry.GeomCurve |
|---|
| GetIsVisible, GetFeature, Eval3DData, EvalFromLength, EvalParameter, EvalLength, EvalLengthBetween, GetCurveDescriptor, GetNURBSRepresentation |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Methods Inherited from Interface com.ptc.wfc.wfcLayerState.LayerItem |
|---|
| IsLayerItemVisible, RemoveNoUpdate, GetLayers, AddNoUpdate |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner |
|---|
| ExportParameterTable, ApplyParameterTableset, MathcadParametersSet, MathcadInputParametersGet |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner |
|---|
| GetRelationConstraints, UnitsUsed, UseUnits, EvaluateExpressionWithUnits |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem |
|---|
| DeleteUserDefinedName, Unhide, Hide, IsHidden, IsNameReadOnly, IsZoneFeature, GetDefaultName |
| Method Detail |
|---|
| GetColorType |
|---|
| StdColor | GetColorType | () |
Gets the color of the specified curve
|
| SetColorType |
|---|
| void | SetColorType | (StdColor ColorType) |
Sets the color of the specified curve
|
| GetLineStyle |
|---|
| StdLineStyle | GetLineStyle | () |
Gets the linestyle of the specified curve.
|
| SetLineStyle |
|---|
| void | SetLineStyle | (StdLineStyle LineStyle) |
| Sets the linestyle of the specified curve. Exceptions thrown (but not limited to): <reference 6 to unknown entity pfcExceptions::pfcXInAMethod>
|
| GetCurveTessellation |
|---|
| CurveTessellation | GetCurveTessellation | (double Tolerance) |
Retrieves the curve tessellation
|
| GetCurveData |
|---|
| /*optional*/ CurveDescriptor | GetCurveData | () |
| Retrieves the geometric representation data for the specified curve. Exceptions thrown (but not limited to): XToolkitNotImplemented - You passed a composite curve in curve.
|