|
MarchingBCSegmentEndIntersections Property
|
Gets or sets the intersection between the mesh and the segment end point.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic RayMeshIntersection SegmentEndIntersections { get; set; }
Public Property SegmentEndIntersections As RayMeshIntersection
Get
Set
public:
property RayMeshIntersection^ SegmentEndIntersections {
RayMeshIntersection^ get ();
void set (RayMeshIntersection^ value);
}
member SegmentEndIntersections : RayMeshIntersection with get, set
Property Value
Type:
RayMeshIntersection
See Also