| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetEndTangentAngle
()
Get method for attribute "EndTangentAngle" End angle of the tangent. |
| Point2Ds | GetPoints
()
Get method for attribute "Points" Array of points. |
| double | GetStartTangentAngle
()
Get method for attribute "StartTangentAngle" Start angle of the tangent. |
| SplineTangentType | GetTangentType
()
Get method for attribute "TangentType" Type of spline tangent. |
| void | SetEndTangentAngle
(double value)
Set method for attribute "EndTangentAngle" End angle of the tangent. |
| void | SetPoints
(Point2Ds value)
Set method for attribute "Points" Array of points. |
| void | SetStartTangentAngle
(double value)
Set method for attribute "StartTangentAngle" Start angle of the tangent. |
| void | SetTangentType
(SplineTangentType value)
Set method for attribute "TangentType" Type of spline tangent. |
| Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity |
|---|
| GetSectionEntityType |
| Method Detail |
|---|
| GetTangentType/SetTangentType |
|---|
| SplineTangentType | GetTangentType | () |
| void | SetTangentType | (SplineTangentType value) |
| Type of spline tangent. Exceptions thrown (but not limited to): <reference 6 to unknown entity pfcExceptions::pfcXInAMethod>
|
| GetPoints/SetPoints |
|---|
| Point2Ds | GetPoints | () |
| void | SetPoints | (Point2Ds value) |
Array of points.
|
| GetStartTangentAngle/SetStartTangentAngle |
|---|
| double | GetStartTangentAngle | () |
| void | SetStartTangentAngle | (double value) |
Start angle of the tangent.
|
| GetEndTangentAngle/SetEndTangentAngle |
|---|
| double | GetEndTangentAngle | () |
| void | SetEndTangentAngle | (double value) |
End angle of the tangent.
|