Uses of Enum Class
com.luciad.format.object3d.TLcd3DMeshBuilder.AxisOrientation
Packages that use TLcd3DMeshBuilder.AxisOrientation
Package
Description
This package defines interfaces for the modelling of arbitrary 3D geometries.
-
Uses of TLcd3DMeshBuilder.AxisOrientation in com.luciad.format.object3d
Methods in com.luciad.format.object3d that return TLcd3DMeshBuilder.AxisOrientationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLcd3DMeshBuilder.AxisOrientation[]TLcd3DMeshBuilder.AxisOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.object3d with parameters of type TLcd3DMeshBuilder.AxisOrientationModifier and TypeMethodDescriptionTLcd3DMeshBuilder.orientation(TLcd3DMeshBuilder.AxisOrientation aOrientation) Sets the orientation of the main axis (axis of symmetry) of the mesh to be built.