public static class IRhino3dm.Point extends IRhino3dm.Geometry
Modifier and Type | Field and Description |
---|---|
IVec |
point |
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
Modifier and Type | Method and Description |
---|---|
IVec |
createIGeometry(IRhino3dm.Rhino3dmFile context,
IServerI s) |
IPoint |
createIObject(IRhino3dm.Rhino3dmFile context,
IServerI s) |
IRhino3dm.UUID |
getClassUUID() |
int |
getType() |
void |
read(IRhino3dm.Rhino3dmFile context,
java.io.InputStream is) |
void |
write(IRhino3dm.Rhino3dmFile context,
java.io.OutputStream os,
java.util.zip.CRC32 crc) |
read, setAttributes, setAttributesToIObject
public static final java.lang.String uuid
public IVec point
public Point()
public Point(IVec p)
public IRhino3dm.UUID getClassUUID()
getClassUUID
in class IRhino3dm.Geometry
public int getType()
getType
in class IRhino3dm.RhinoObject
public void read(IRhino3dm.Rhino3dmFile context, java.io.InputStream is) throws java.io.IOException
read
in class IRhino3dm.RhinoObject
java.io.IOException
public void write(IRhino3dm.Rhino3dmFile context, java.io.OutputStream os, java.util.zip.CRC32 crc) throws java.io.IOException
write
in class IRhino3dm.RhinoObject
java.io.IOException
public IPoint createIObject(IRhino3dm.Rhino3dmFile context, IServerI s)
createIObject
in class IRhino3dm.RhinoObject
public IVec createIGeometry(IRhino3dm.Rhino3dmFile context, IServerI s)