public static class IRhino3dm.BrepVertex extends IRhino3dm.Point
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<java.lang.Integer> |
edgeIndex |
double |
tolerance |
static java.lang.String |
uuid |
int |
vertexIndex |
point
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 |
---|
BrepVertex() |
BrepVertex(int vidx,
IVec pt) |
Modifier and Type | Method and Description |
---|---|
void |
addEdgeIndex(int i) |
IRhino3dm.UUID |
getClassUUID() |
void |
read(IRhino3dm.Rhino3dmFile context,
java.io.InputStream is) |
void |
write(IRhino3dm.Rhino3dmFile context,
java.io.OutputStream os,
java.util.zip.CRC32 crc) |
createIGeometry, createIObject, getType
read, setAttributes, setAttributesToIObject
public static final java.lang.String uuid
public int vertexIndex
public java.util.ArrayList<java.lang.Integer> edgeIndex
public double tolerance
public BrepVertex()
public BrepVertex(int vidx, IVec pt)
public IRhino3dm.UUID getClassUUID()
getClassUUID
in class IRhino3dm.Point
public void addEdgeIndex(int i)
public void read(IRhino3dm.Rhino3dmFile context, java.io.InputStream is) throws java.io.IOException
read
in class IRhino3dm.Point
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.Point
java.io.IOException