public static class IRhino3dm.NurbsSurface extends IRhino3dm.Surface
IRhino3dm.Surface.ISO| Modifier and Type | Field and Description |
|---|---|
IVec[][] |
cv |
int[] |
cvCount |
int |
dim |
int |
isRat |
double[][] |
knot |
int[] |
knotCapacity |
int[] |
order |
static java.lang.String |
uuid |
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 |
|---|
NurbsSurface() |
NurbsSurface(ISurfaceGeo surf) |
| Modifier and Type | Method and Description |
|---|---|
ISurfaceGeo |
createIGeometry(IRhino3dm.Rhino3dmFile context,
IServerI s) |
ISurface |
createIObject(IRhino3dm.Rhino3dmFile context,
IServerI s) |
int |
cvSize() |
IRhino3dm.Interval |
domain(int dir) |
IRhino3dm.UUID |
getClassUUID() |
double[] |
getIGUKnots() |
double[] |
getIGVKnots() |
void |
read(IRhino3dm.Rhino3dmFile context,
java.io.InputStream is) |
void |
write(IRhino3dm.Rhino3dmFile context,
java.io.OutputStream os,
java.util.zip.CRC32 crc) |
getInt, getType, readIsoread, setAttributes, setAttributesToIObjectpublic static final java.lang.String uuid
public int dim
public int isRat
public int[] order
public int[] cvCount
public int[] knotCapacity
public double[][] knot
public IVec[][] cv
public NurbsSurface()
public NurbsSurface(ISurfaceGeo surf)
public IRhino3dm.UUID getClassUUID()
getClassUUID in class IRhino3dm.Surfacepublic IRhino3dm.Interval domain(int dir)
domain in class IRhino3dm.Surfacepublic 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.IOExceptionpublic int cvSize()
public double[] getIGUKnots()
public double[] getIGVKnots()
public ISurface createIObject(IRhino3dm.Rhino3dmFile context, IServerI s)
createIObject in class IRhino3dm.Surfacepublic ISurfaceGeo createIGeometry(IRhino3dm.Rhino3dmFile context, IServerI s)
createIGeometry in class IRhino3dm.Surface