public static class IRhino3dm.BrepLoop extends IRhino3dm.Geometry
Modifier and Type | Class and Description |
---|---|
static class |
IRhino3dm.BrepLoop.Type |
Modifier and Type | Field and Description |
---|---|
IRhino3dm.Brep |
brep |
int |
faceIndex |
int |
loopIndex |
IRhino3dm.BoundingBox |
pbox |
java.util.ArrayList<java.lang.Integer> |
trimIndex |
IRhino3dm.BrepLoop.Type |
type |
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 |
---|
BrepLoop() |
BrepLoop(int lidx,
int fidx,
IRhino3dm.BrepLoop.Type type,
IRhino3dm.Brep brep) |
Modifier and Type | Method and Description |
---|---|
void |
addTrimIndex(int i) |
IRhino3dm.UUID |
getClassUUID() |
static int |
getInt(IRhino3dm.BrepLoop.Type i) |
void |
read(IRhino3dm.Rhino3dmFile context,
java.io.InputStream is) |
static IRhino3dm.BrepLoop.Type |
readType(int i) |
void |
write(IRhino3dm.Rhino3dmFile context,
java.io.OutputStream os,
java.util.zip.CRC32 crc) |
createIObject, getType, read, setAttributes, setAttributesToIObject
public static final java.lang.String uuid
public int loopIndex
public java.util.ArrayList<java.lang.Integer> trimIndex
public IRhino3dm.BrepLoop.Type type
public int faceIndex
public IRhino3dm.BoundingBox pbox
public IRhino3dm.Brep brep
public BrepLoop()
public BrepLoop(int lidx, int fidx, IRhino3dm.BrepLoop.Type type, IRhino3dm.Brep brep)
public IRhino3dm.UUID getClassUUID()
getClassUUID
in class IRhino3dm.Geometry
public void addTrimIndex(int i)
public static IRhino3dm.BrepLoop.Type readType(int i)
public static int getInt(IRhino3dm.BrepLoop.Type i)
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