ProfilePlaneLocation
Description:
Indicates the location of Sweep profile plane on the path curve.
Indicates the location of Sweep profile plane on the path curve.
Remarks:
Use this enum in the NewSweep() method to create generic forms.
Use this enum in the NewSweep() method to create generic forms.
public enum ProfilePlaneLocation
| Name | Description |
|---|---|
| End | Indicates the profile plane located at the End of the path curve. |
| MidPoint | Indicates the profile plane located at the Middle point of the path curve. |
| Start | Indicates the profile plane located at the start of the path curve. |