2027 Method
Changes 0
M

CompoundStructure.GetSegmentEndPoints

Description:
Gets the end points of a segment.
public void GetSegmentEndPoints(
	int segmentId,
	int regionId,
	out UV end1,
	out UV end2
)
  • Int32
    segmentId
    The segment id.
  • Int32
    regionId
    The region id.
  • end1
    One end point.
  • end2
    The other end point.