Uses of Class
com.aspose.threed.ExtrapolationType
-
-
Uses of ExtrapolationType in com.aspose.threed
Methods in com.aspose.threed that return ExtrapolationType Modifier and Type Method Description ExtrapolationType
Extrapolation. getType()
Gets and sets the sampling pattern of extrapolationstatic ExtrapolationType
ExtrapolationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExtrapolationType[]
ExtrapolationType. 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 ExtrapolationType Modifier and Type Method Description void
Extrapolation. setType(ExtrapolationType value)
Gets and sets the sampling pattern of extrapolation
-