public static class IRhino3dm.BrepFace extends IRhino3dm.SurfaceProxy
IRhino3dm.Surface.ISO
Modifier and Type | Field and Description |
---|---|
IRhino3dm.Mesh |
analysisMesh |
IRhino3dm.BoundingBox |
bbox |
IRhino3dm.Brep |
brep |
IRhino3dm.Interval[] |
domain |
int |
faceIndex |
int |
faceMaterialChannel |
IRhino3dm.UUID |
faceUUID |
java.util.ArrayList<java.lang.Integer> |
loopIndex |
IRhino3dm.Mesh |
previewMesh |
IRhino3dm.Mesh |
renderMesh |
boolean |
rev |
int |
surfaceIndex |
static java.lang.String |
uuid |
surface, transposed
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 |
---|
BrepFace() |
BrepFace(int fidx,
int sidx,
IRhino3dm.Surface surf,
IRhino3dm.Brep brep) |
Modifier and Type | Method and Description |
---|---|
void |
addLoopIndex(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) |
setProxySurface
createIGeometry, createIObject, domain, getInt, getType, readIso
read, setAttributes, setAttributesToIObject
public static final java.lang.String uuid
public int faceIndex
public java.util.ArrayList<java.lang.Integer> loopIndex
public int surfaceIndex
public boolean rev
public int faceMaterialChannel
public IRhino3dm.UUID faceUUID
public IRhino3dm.BoundingBox bbox
public IRhino3dm.Interval[] domain
public IRhino3dm.Mesh renderMesh
public IRhino3dm.Mesh analysisMesh
public IRhino3dm.Mesh previewMesh
public IRhino3dm.Brep brep
public BrepFace()
public BrepFace(int fidx, int sidx, IRhino3dm.Surface surf, IRhino3dm.Brep brep)
public IRhino3dm.UUID getClassUUID()
getClassUUID
in class IRhino3dm.SurfaceProxy
public void addLoopIndex(int 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