ConvexBoundaryEllipsoidSurfaceRegionBuilderReferencePointInsideRegion Property |
Gets or sets the specification for whether the
ReferencePoint is inside
or outside the region.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool? ReferencePointInsideRegion { get; set; }
Public Property ReferencePointInsideRegion As Boolean?
Get
Set
public:
property Nullable<bool> ReferencePointInsideRegion {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ReferencePointInsideRegion : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also