public static class IRhino3dm.LineCurve extends IRhino3dm.Curve
| Modifier and Type | Field and Description |
|---|---|
int |
dim |
IRhino3dm.Line |
line |
IRhino3dm.Interval |
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 |
|---|
LineCurve() |
| 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) |
getTyperead, setAttributes, setAttributesToIObject, writepublic static final java.lang.String uuid
public IRhino3dm.Line line
public IRhino3dm.Interval t
public int dim
public IRhino3dm.UUID getClassUUID()
getClassUUID in class IRhino3dm.Curvepublic IRhino3dm.Interval domain()
domain in class IRhino3dm.Curvepublic boolean isValid()
isValid in class IRhino3dm.Curvepublic void read(IRhino3dm.Rhino3dmFile context, java.io.InputStream is) throws java.io.IOException
read in class IRhino3dm.RhinoObjectjava.io.IOExceptionpublic ICurve 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