Uses of Class
com.aspose.threed.Property
-
-
Uses of Property in com.aspose.threed
Methods in com.aspose.threed that return Property Modifier and Type Method Description Property
A3DObject. findProperty(java.lang.String propertyName)
Finds the property.Property
CurveMapping. getProperty()
Gets the property associated with the CurveMappingMethods in com.aspose.threed with parameters of type Property Modifier and Type Method Description boolean
A3DObject. removeProperty(Property property)
Removes a dynamic property.void
CurveMapping. setProperty(Property value)
Gets the property associated with the CurveMappingConstructors in com.aspose.threed with parameters of type Property Constructor Description CurveMapping(Scene scene, Property prop)
Initializes a new instance of theCurveMapping
class.
-