public static class IRhino3dm.RevSurface extends IRhino3dm.Surface
IRhino3dm.Surface.ISO| Modifier and Type | Field and Description |
|---|---|
IRhino3dm.Interval |
angle |
IRhino3dm.Line |
axis |
IRhino3dm.BoundingBox |
bbox |
IRhino3dm.Curve |
curve |
IRhino3dm.Interval |
t |
boolean |
transposed |
static java.lang.String |
uuid |
attributes, objectTypeAnnotation, objectTypeAny, objectTypeBeam, objectTypeBrep, objectTypeCage, objectTypeClipPlane, objectTypeCurve, objectTypeDetail, objectTypeEdgeFilter, objectTypeExtrusion, objectTypeGrip, objectTypeHatch, objectTypeInstanceDefinition, objectTypeInstanceReference, objectTypeLayer, objectTypeLight, objectTypeLoop, objectTypeMaterial, objectTypeMesh, objectTypeMeshEdge, objectTypeMeshFace, objectTypeMeshVertex, objectTypeMorphControl, objectTypePhantom, objectTypePoint, objectTypePointset, objectTypePolyledgeFilter, objectTypePolysrfFilter, objectTypeSurface, objectTypeTextDot, objectTypeUnknown, objectTypeUserData, userDataList| Constructor and Description |
|---|
RevSurface() |
| Modifier and Type | Method and Description |
|---|---|
ISurfaceGeo |
createIGeometry(IRhino3dm.Rhino3dmFile context,
IServerI s) |
ISurface |
createIObject(IRhino3dm.Rhino3dmFile context,
IServerI s) |
IRhino3dm.UUID |
getClassUUID() |
void |
read(IRhino3dm.Rhino3dmFile context,
java.io.InputStream is) |
domain, getInt, getType, readIsoread, setAttributes, setAttributesToIObject, writepublic static final java.lang.String uuid
public IRhino3dm.Curve curve
public IRhino3dm.Line axis
public IRhino3dm.Interval angle
public IRhino3dm.Interval t
public boolean transposed
public IRhino3dm.BoundingBox bbox
public IRhino3dm.UUID getClassUUID()
getClassUUID in class IRhino3dm.Surfacepublic void read(IRhino3dm.Rhino3dmFile context, java.io.InputStream is) throws java.io.IOException
read in class IRhino3dm.RhinoObjectjava.io.IOExceptionpublic ISurface createIObject(IRhino3dm.Rhino3dmFile context, IServerI s)
createIObject in class IRhino3dm.Surfacepublic ISurfaceGeo createIGeometry(IRhino3dm.Rhino3dmFile context, IServerI s)
createIGeometry in class IRhino3dm.Surface