public static class IRhino3dm.PlaneSurface extends IRhino3dm.Surface
IRhino3dm.Surface.ISO| Modifier and Type | Field and Description |
|---|---|
IRhino3dm.Interval[] |
domain |
IRhino3dm.Interval[] |
extents |
IRhino3dm.Plane |
plane |
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 |
|---|
PlaneSurface() |
| Modifier and Type | Method and Description |
|---|---|
ISurfaceGeo |
createIGeometry(IRhino3dm.Rhino3dmFile context,
IServerI s) |
ISurface |
createIObject(IRhino3dm.Rhino3dmFile context,
IServerI s) |
IRhino3dm.Interval |
domain(int dir) |
IRhino3dm.UUID |
getClassUUID() |
boolean |
isValid() |
void |
read(IRhino3dm.Rhino3dmFile context,
java.io.InputStream is) |
getInt, getType, readIsoread, setAttributes, setAttributesToIObject, writepublic static final java.lang.String uuid
public IRhino3dm.Plane plane
public IRhino3dm.Interval[] domain
public IRhino3dm.Interval[] extents
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.Surfacepublic IRhino3dm.Interval domain(int dir)
domain in class IRhino3dm.Surfacepublic boolean isValid()