public static class IRhino3dm.Annotation2 extends IRhino3dm.Geometry
| Modifier and Type | Field and Description |
|---|---|
int |
index |
int |
justification |
IRhino3dm.Plane |
plane |
java.util.ArrayList<IVec2> |
points |
IRhino3dm.TextDisplayMode |
textDisplayMode |
double |
textHeight |
IRhino3dm.AnnotationType |
type |
boolean |
userPositionedText |
IRhino3dm.Annotation2Text |
userText |
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 |
|---|
Annotation2() |
| Modifier and Type | Method and Description |
|---|---|
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) |
createIObject, read, setAttributes, setAttributesToIObjectpublic static final java.lang.String uuid
public IRhino3dm.AnnotationType type
public IRhino3dm.TextDisplayMode textDisplayMode
public IRhino3dm.Plane plane
public java.util.ArrayList<IVec2> points
public IRhino3dm.Annotation2Text userText
public boolean userPositionedText
public int index
public double textHeight
public int justification
public IRhino3dm.UUID getClassUUID()
getClassUUID in class IRhino3dm.Geometrypublic int getType()
getType in class IRhino3dm.RhinoObjectpublic void read(IRhino3dm.Rhino3dmFile context, java.io.InputStream is) throws java.io.IOException
read in class IRhino3dm.RhinoObjectjava.io.IOExceptionpublic void write(IRhino3dm.Rhino3dmFile context, java.io.OutputStream os, java.util.zip.CRC32 crc) throws java.io.IOException
write in class IRhino3dm.RhinoObjectjava.io.IOException