public static class IRhino3dm.PolyCurve extends IRhino3dm.Curve
| Modifier and Type | Field and Description |
|---|---|
IRhino3dm.CurveArray |
segment |
static double |
sqrtEpsilon |
java.util.ArrayList<java.lang.Double> |
t |
static java.lang.String |
uuid |
icurveattributes, 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 |
|---|
PolyCurve() |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
ICurveGeo |
createIGeometry(IRhino3dm.Rhino3dmFile context,
IServerI s) |
IObject |
createIObject(IRhino3dm.Rhino3dmFile context,
IServerI s) |
ITrimCurve |
createTrimCurve(IRhino3dm.Rhino3dmFile context,
IServerI s,
ISurfaceI srf) |
IRhino3dm.Interval |
domain() |
void |
flatten(IRhino3dm.PolyCurve poly,
IRhino3dm.Interval pdom,
java.util.ArrayList<java.lang.Double> newT,
IRhino3dm.CurveArray newSeg) |
IRhino3dm.UUID |
getClassUUID() |
IRhino3dm.Curve |
harvestSegment(int i) |
boolean |
isValid() |
boolean |
isValid(boolean allowGap) |
void |
read(IRhino3dm.Rhino3dmFile context,
java.io.InputStream is) |
void |
removeNesting() |
IRhino3dm.Curve |
segmentCurve(int i) |
IRhino3dm.Interval |
segmentDomain(int i) |
getTyperead, setAttributes, setAttributesToIObject, writepublic static final java.lang.String uuid
public static final double sqrtEpsilon
public IRhino3dm.CurveArray segment
public java.util.ArrayList<java.lang.Double> t
public IRhino3dm.UUID getClassUUID()
getClassUUID in class IRhino3dm.Curvepublic IRhino3dm.Interval domain()
domain in class IRhino3dm.Curvepublic IRhino3dm.Interval segmentDomain(int i)
public boolean isValid()
isValid in class IRhino3dm.Curvepublic boolean isValid(boolean allowGap)
public void read(IRhino3dm.Rhino3dmFile context, java.io.InputStream is) throws java.io.IOException
read in class IRhino3dm.RhinoObjectjava.io.IOExceptionpublic int count()
public IRhino3dm.Curve segmentCurve(int i)
public void removeNesting()
public void flatten(IRhino3dm.PolyCurve poly, IRhino3dm.Interval pdom, java.util.ArrayList<java.lang.Double> newT, IRhino3dm.CurveArray newSeg)
public IRhino3dm.Curve harvestSegment(int i)
public IObject createIObject(IRhino3dm.Rhino3dmFile context, IServerI s)
createIObject in class IRhino3dm.Curvepublic ICurveGeo createIGeometry(IRhino3dm.Rhino3dmFile context, IServerI s)
createIGeometry in class IRhino3dm.Curvepublic ITrimCurve createTrimCurve(IRhino3dm.Rhino3dmFile context, IServerI s, ISurfaceI srf)
createTrimCurve in class IRhino3dm.Curve