public static class IRhino3dm.CurveProxy extends IRhino3dm.Curve
Modifier and Type | Field and Description |
---|---|
IRhino3dm.Curve |
realCurve |
IRhino3dm.Interval |
realCurveDomain |
boolean |
reversed |
IRhino3dm.Interval |
thisDomain |
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 |
---|
CurveProxy() |
Modifier and Type | Method and Description |
---|---|
IRhino3dm.Interval |
domain() |
IRhino3dm.UUID |
getClassUUID() |
boolean |
isValid() |
IRhino3dm.Interval |
proxyCurveDomain() |
boolean |
proxyCurveIsReversed() |
double |
realCurveParameter(double t) |
boolean |
reverse() |
void |
setDomain(IRhino3dm.Interval domain) |
void |
setProxyCurve(IRhino3dm.Curve realCurve,
IRhino3dm.Interval realCurveSubdomain) |
boolean |
setProxyCurveDomain(IRhino3dm.Interval proxyCurveSubdomain) |
createIGeometry, createIObject, createTrimCurve, getType
read, read, setAttributes, setAttributesToIObject, write
public static final java.lang.String uuid
public IRhino3dm.Curve realCurve
public boolean reversed
public IRhino3dm.Interval realCurveDomain
public IRhino3dm.Interval thisDomain
public IRhino3dm.UUID getClassUUID()
getClassUUID
in class IRhino3dm.Curve
public void setProxyCurve(IRhino3dm.Curve realCurve, IRhino3dm.Interval realCurveSubdomain)
public boolean setProxyCurveDomain(IRhino3dm.Interval proxyCurveSubdomain)
public IRhino3dm.Interval proxyCurveDomain()
public double realCurveParameter(double t)
public void setDomain(IRhino3dm.Interval domain)
public IRhino3dm.Interval domain()
domain
in class IRhino3dm.Curve
public boolean reverse()
public boolean proxyCurveIsReversed()
public boolean isValid()
isValid
in class IRhino3dm.Curve