public static class IRhino3dm.Surface extends IRhino3dm.Geometry
Modifier and Type | Class and Description |
---|---|
static class |
IRhino3dm.Surface.ISO |
Modifier and Type | Field and Description |
---|---|
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 |
---|
Surface() |
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() |
static int |
getInt(IRhino3dm.Surface.ISO iso) |
int |
getType() |
static IRhino3dm.Surface.ISO |
readIso(int i) |
read, read, setAttributes, setAttributesToIObject, write
public static final java.lang.String uuid
public IRhino3dm.UUID getClassUUID()
getClassUUID
in class IRhino3dm.Geometry
public int getType()
getType
in class IRhino3dm.RhinoObject
public static IRhino3dm.Surface.ISO readIso(int i)
public static int getInt(IRhino3dm.Surface.ISO iso)
public IRhino3dm.Interval domain(int dir)
public ISurface createIObject(IRhino3dm.Rhino3dmFile context, IServerI s)
createIObject
in class IRhino3dm.RhinoObject
public ISurfaceGeo createIGeometry(IRhino3dm.Rhino3dmFile context, IServerI s)