Click or drag to resize

CentralBodySurfaceRegionElevationAngleConstraintAccessToWholeObject Property

Gets or sets a value indicating whether to constrain based on any or all points in the area definition. If true, the constraint will ensure that the elevation constraint is satisfied for all points inside the area and on the boundary. If false, the constraint will be satisfied by any point inside the area or on the boundary.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool AccessToWholeObject { get; set; }

Property Value

Type: Boolean
Remarks
By default, this is false, constraining based on any point inside or on the boundary.
See Also