Share

ProfilePlaneLocation Enumeration

Indicates the location of Sweep profile plane on the path curve.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum ProfilePlaneLocation

Members

Member nameValueDescription
End2Indicates the profile plane located at the End of the path curve.
MidPoint1Indicates the profile plane located at the Middle point of the path curve.
Start0Indicates the profile plane located at the start of the path curve.

Remarks

Use this enum in the NewSweep() method to create generic forms.

See Also

Reference

Was this information helpful?