Package com.aspose.threed
Class Patch
- java.lang.Object
-
- com.aspose.threed.A3DObject
-
- com.aspose.threed.Entity
-
- com.aspose.threed.Geometry
-
- com.aspose.threed.Patch
-
public class Patch extends Geometry
APatch
is a parametric modeling surface, similar toNurbsSurface
, it's also defined by twoPatchDirection
, thegetU()
andgetV()
. But difference betweenPatch
andNurbsSurface
is that thePatchDirection
curve can be one ofPatchDirectionType.BEZIER
,PatchDirectionType.QUADRATIC_BEZIER
,PatchDirectionType.BASIS_SPLINE
,PatchDirectionType.CARDINAL_SPLINE
andPatchDirectionType.LINEAR
-
-
Method Summary
Modifier and Type Method Description PatchDirection
getU()
Gets the u direction.PatchDirection
getV()
Gets the v direction.-
Methods inherited from class com.aspose.threed.Geometry
addElement, createElement, createElement, createElementUV, createElementUV, getBoundingBox, getCastShadows, getControlPoints, getDeformers, getDeformers2, getElement, getReceiveShadows, getVertexElementOfUV, getVertexElements, getVisible, setCastShadows, setReceiveShadows, setVisible
-
Methods inherited from class com.aspose.threed.Entity
createRenderableResource, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
-
Methods inherited from class com.aspose.threed.A3DObject
findProperty, getName, getProperty, removeProperty, removeProperty, setName, setProperty
-
-
-
-
Method Detail
-
getU
public PatchDirection getU()
Gets the u direction.
-
getV
public PatchDirection getV()
Gets the v direction.
-
-