Click or drag to resize

CircularHoldProcedure Properties

The CircularHoldProcedure type exposes the following members.

Properties
  NameDescription
Public propertyCenter
Gets or sets the location for the center of the circular hold.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyMinimumRevolutions
Gets or sets the minimum number of revolutions to perform before leaving the hold. The actual number of revolutions will depend on connection geometry and whether MinimumTime requires further revolutions.
Public propertyMinimumTime
Gets or sets the minimum time to spend in the hold before leaving. The actual time spent in the hold will depend on connection geometry and whether further revolutions are required to satisfy the MinimumRevolutions property.
Public propertyProfile
Gets or sets the profile to use with this circular hold. See ConstantHeightProfile.
Public propertySurfaceShape
Gets or sets the shape of the reference surface over which the surface path is defined.
Public propertyTurnDirection
Gets or sets the direction (right or left) of the turn.
Public propertyTurningRadius
Gets or sets the surface distance from the center of the hold to the circular path.
Top
See Also