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, transposedattributes, 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) |
setProxySurfacecreateIGeometry, createIObject, domain, getInt, getType, readIsoread, setAttributes, setAttributesToIObjectpublic 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.SurfaceProxypublic void addLoopIndex(int i)
public 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