Segment

Overview

Segment is a class in Aspose.3D FOSS for Java.

Segment of CompositeCurve.

This class provides 3 methods for working with Segment objects in Java programs. Available methods include: Segment, getCurve, getSameDirection. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: curve, sameDirection.

Properties

NameTypeAccessDescription
curveCurveReadGets the curve.
sameDirectionbooleanReadGets whether the segment has the same direction with the composite curve.

Methods

SignatureDescription
Segment(curve: Curve, sameDirection: boolean)Constructor.
getCurve()CurveGets the curve.
getSameDirection()booleanGets whether the segment has the same direction with the composite curve.

See Also

 English