public static class IRhino3dm.BrepEdge extends IRhino3dm.CurveProxy
| Modifier and Type | Field and Description |
|---|---|
IRhino3dm.Brep |
brep |
int |
curve3Index |
int |
edgeIndex |
double |
tolerance |
java.util.ArrayList<java.lang.Integer> |
trimIndex |
static java.lang.String |
uuid |
int[] |
vertexIndex |
realCurve, realCurveDomain, reversed, thisDomainicurveattributes, 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 |
|---|
BrepEdge() |
BrepEdge(int eidx,
int c3idx,
int vidx1,
int vidx2,
IRhino3dm.Interval proxyDomain,
IRhino3dm.Interval domain,
IRhino3dm.Brep brep) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTrimIndex(int i) |
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) |
domain, isValid, proxyCurveDomain, proxyCurveIsReversed, realCurveParameter, reverse, setDomain, setProxyCurve, setProxyCurveDomaincreateIGeometry, createIObject, createTrimCurveread, setAttributes, setAttributesToIObjectpublic static final java.lang.String uuid
public int edgeIndex
public int curve3Index
public int[] vertexIndex
public java.util.ArrayList<java.lang.Integer> trimIndex
public double tolerance
public IRhino3dm.Brep brep
public BrepEdge()
public BrepEdge(int eidx,
int c3idx,
int vidx1,
int vidx2,
IRhino3dm.Interval proxyDomain,
IRhino3dm.Interval domain,
IRhino3dm.Brep brep)
public IRhino3dm.UUID getClassUUID()
getClassUUID in class IRhino3dm.CurveProxypublic int getType()
getType in class IRhino3dm.Curvepublic void addTrimIndex(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