public static class IRhino3dm.PolylineCurve extends IRhino3dm.Curve
Modifier and Type | Field and Description |
---|---|
int |
dim |
IRhino3dm.Polyline |
pline |
java.util.ArrayList<java.lang.Double> |
t |
static java.lang.String |
uuid |
icurve
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 |
---|
PolylineCurve() |
Modifier and Type | Method and Description |
---|---|
ICurveGeo |
createIGeometry(IRhino3dm.Rhino3dmFile context,
IServerI s) |
ICurve |
createIObject(IRhino3dm.Rhino3dmFile context,
IServerI s) |
ITrimCurve |
createTrimCurve(IRhino3dm.Rhino3dmFile context,
IServerI s,
ISurfaceI srf) |
IRhino3dm.Interval |
domain() |
IRhino3dm.UUID |
getClassUUID() |
boolean |
isValid() |
void |
read(IRhino3dm.Rhino3dmFile context,
java.io.InputStream is) |
getType
read, setAttributes, setAttributesToIObject, write
public static final java.lang.String uuid
public IRhino3dm.Polyline pline
public java.util.ArrayList<java.lang.Double> t
public int dim
public IRhino3dm.UUID getClassUUID()
getClassUUID
in class IRhino3dm.Curve
public boolean isValid()
isValid
in class IRhino3dm.Curve
public IRhino3dm.Interval domain()
domain
in class IRhino3dm.Curve
public void read(IRhino3dm.Rhino3dmFile context, java.io.InputStream is) throws java.io.IOException
read
in class IRhino3dm.RhinoObject
java.io.IOException
public ICurve createIObject(IRhino3dm.Rhino3dmFile context, IServerI s)
createIObject
in class IRhino3dm.Curve
public ICurveGeo createIGeometry(IRhino3dm.Rhino3dmFile context, IServerI s)
createIGeometry
in class IRhino3dm.Curve
public ITrimCurve createTrimCurve(IRhino3dm.Rhino3dmFile context, IServerI s, ISurfaceI srf)
createTrimCurve
in class IRhino3dm.Curve