Uses of Class
com.aspose.threed.CoordinatedSystem
-
-
Uses of CoordinatedSystem in com.aspose.threed
Methods in com.aspose.threed that return CoordinatedSystem Modifier and Type Method Description CoordinatedSystem
AssetInfo. getCoordinatedSystem()
Gets the coordinate system used in this asset.static CoordinatedSystem
CoordinatedSystem. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CoordinatedSystem[]
CoordinatedSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type CoordinatedSystem Modifier and Type Method Description void
AssetInfo. setCoordinatedSystem(CoordinatedSystem value)
Sets the coordinate system used in this asset.
-