Classes
|
class
|
NURBSObject |
class
|
NURBSPoint |
class
|
NURBSTexturePoint |
class
|
NURBSIndependentPoint |
class
|
NURBSControlVertex |
class
|
NURBSPointConstPoint |
class
|
NURBSCurveConstPoint |
class
|
NURBSCurveCurveIntersectionPoint |
class
|
NURBSSurfConstPoint |
class
|
NURBSCurveSurfaceIntersectionPoint |
class
|
NURBSTrimPoint |
class
|
NURBSCurve |
class
|
NURBSCVCurve |
class
|
NURBSPointCurve |
class
|
NURBSBlendCurve |
class
|
NURBSOffsetCurve |
class
|
NURBSXFormCurve |
class
|
NURBSMirrorCurve |
class
|
NURBSFilletCurve |
class
|
NURBSChamferCurve |
class
|
NURBSIsoCurve |
class
|
NURBSSurfaceEdgeCurve |
class
|
NURBSProjectVectorCurve |
class
|
NURBSProjectNormalCurve |
class
|
NURBSSurfSurfIntersectionCurve |
class
|
NURBSCurveOnSurface |
class
|
NURBSPointCurveOnSurface |
class
|
NURBSSurfaceNormalCurve |
class
|
NURBSTextureSurface |
class
|
NURBSTextureChannelSet |
class
|
NURBSTextureChannel |
class
|
NURBSSurface |
class
|
NURBSCVSurface |
class
|
NURBSPointSurface |
class
|
NURBSBlendSurface |
class
|
NURBSNBlendSurface |
class
|
NURBSOffsetSurface |
class
|
NURBSXFormSurface |
class
|
NURBSMirrorSurface |
class
|
NURBSRuledSurface |
class
|
NURBSULoftSurface |
class
|
NURBSUVLoftSurface |
class
|
NURBSExtrudeSurface |
class
|
NURBSLatheSurface |
class
|
NURBSCapSurface |
class
|
NURBS1RailSweepSurface |
class
|
NURBS2RailSweepSurface |
class
|
NURBSMultiCurveTrimSurface |
class
|
NURBSFilletSurface |
class
|
NURBSDisplay |
class
|
NURBSFuseSurfaceCV |
class
|
NURBSFuseCurveCV |
class
|
NURBSSet |
class
|
NURBSProceeduralSurface |
class
|
NURBSProceeduralCurve |
Defines
|
#define |
EDITABLE_SURF_CLASS_ID Class_ID(0x76a11646,
0x12a822fb) |
#define |
FITPOINT_PLANE_CLASS_ID Class_ID(0x76a11646,
0xbadbeff) |
#define |
EDITABLE_CVCURVE_CLASS_ID Class_ID(0x76a11646,
0x12a83145) |
#define |
EDITABLE_FPCURVE_CLASS_ID Class_ID(0x76a11646,
0x12a92143) |
#define |
NURBS_NAME_SIZE 80 |
Typedefs
|
typedef
ULONG_PTR |
NURBSId |
typedef
Tab< NURBSId
> |
NURBSIdTab |
typedef
Tab< BOOL
> |
BoolTab |
typedef
Tab< NURBSControlVertex
> |
NURBSCVTab |
typedef
Tab< double
> |
NURBSKnotTab |
typedef
NURBSResult(* |
SurfParamRangeProc
)(double &uMin, double &uMax, double &vMin, double
&vMax) |
typedef
NURBSResult(* |
SurfEvalProc
)(double u, double v, Point3 &pt) |
typedef
NURBSResult(* |
SurfEvalTan
)(double u, double v, Point3 &uTan, Point3 &vTan) |
typedef
NURBSResult(* |
SurfEvalMixedProc
)(double u, double v, Point3 &mixed) |
typedef
NURBSResult(* |
CurveParamRangeProc
)(double &tMin, double &tMax) |
typedef
NURBSResult(* |
CurveEvalProc
)(double u, Point3
&pt) |
typedef
NURBSResult(* |
CurveEvalTan
)(double u, Point3
&pt, Point3
&tan) |
typedef
NURBSResult(* |
CurveArcLengthProc
)(double &arcLength) |
typedef
Tab< NURBSId
> |
NURBSIdList |
Enumerations
|
enum |
NURBSResult
{
kNOk,
kNInvalidObject,
kNInvalidId,
kNInvalidParameter,
kNBad
} |
enum |
NURBSMirrorAxis {
kMirrorX,
kMirrorY,
kMirrorZ,
kMirrorXY,
kMirrorXZ,
kMirrorYZ
} |
enum |
NURBSConstType
{
kNConstOnObject,
kNConstOffset,
kNConstNormal,
kNConstTangent } |
enum |
NURBSKind
{
kNURBSPoint,
kNURBSTexturePoint,
kNURBSCV,
kNURBSCurve,
kNURBSSurface
} |
enum |
NURBSParamaterization {
kCentripetalKnots,
kUniformKnots } |
enum |
NURBSAutoParam {
kNotAutomatic,
kAutoCentripetal,
kAutoUniform } |
enum |
NURBSType
{
kNPoint,
kNPointCPoint,
kNCurveCPoint,
kNCurveCurveIntersectionPoint,
kNSurfaceCPoint,
kNCurveSurfaceIntersectionPoint,
kNTexturePoint,
kNCV,
kNCVCurve,
kNPointCurve,
kNBlendCurve,
kNOffsetCurve,
kNXFormCurve,
kNMirrorCurve,
kNFilletCurve,
kNChamferCurve,
kNIsoCurve,
kNProjectVectorCurve,
kNProjectNormalCurve,
kNSurfSurfIntersectionCurve,
kNCurveOnSurface,
kNPointCurveOnSurface,
kNSurfaceNormalCurve,
kNSurfaceEdgeCurve,
kNCVSurface,
kNPointSurface,
kNBlendSurface,
kNOffsetSurface,
kNXFormSurface,
kNMirrorSurface,
kNRuledSurface,
kNULoftSurface,
kNExtrudeSurface,
kNLatheSurface,
kNUVLoftSurface,
kNNBlendSurface,
kN1RailSweepSurface,
kN2RailSweepSurface,
kNCapSurface,
kNMultiCurveTrimSurface,
kNFilletSurface
} |
enum |
NURBSTessType
{
kNTessSurface,
kNTessDisplacement,
kNTessCurve } |
enum |
NURBSSubObjectLevel {
kNTopLevel
= 0,
kNSurfaceCVLevel,
kNSurfaceLevel,
kNCurveCVLevel,
kNPointLevel,
kNCurveLevel,
kNImportsLevel
} |
enum |
NURBSTrimDirection {
kNone = 0,
kPositive = 1,
kNegative = 2 } |
enum |
NURBSTexSurfType {
kNMapDefault,
kNMapUserDefined,
kNMapSufaceMapper } |
Functions
|
int |
FindIndex
(NURBSIdTab ids, NURBSId
id) |
DllExport
NURBSResult |
GenNURBSCVSurfaceProceedurally
(NURBSProceeduralSurface
*pSurf, double tolerence, NURBSCVSurface
&surf) |
DllExport
NURBSResult |
GenNURBSCVCurveProceedurally
(NURBSProceeduralCurve
*pCrv, double tolerence, NURBSCVCurve &crv) |
DllExport
NURBSResult |
GenNURBSLatheSurface
(NURBSCVCurve &curve,
Point3 &origin,
Point3 &north, float
start,
float end,
NURBSCVSurface
&surf) |
DllExport
NURBSResult |
GenNURBSSphereSurface
(float radius, Point3
¢er,
Point3 &northAxis,
Point3 &refAxis,
float startAngleU, float endAngleU, float startAngleV, float
endAngleV, BOOL open,
NURBSCVSurface
&surf) |
DllExport
NURBSResult |
GenNURBSCylinderSurface
(float radius, float height, Point3 &origin, Point3 &symAxis, Point3 &refAxis, float startAngle,
float endAngle, BOOL open,
NURBSCVSurface
&surf) |
DllExport
NURBSResult |
GenNURBSConeSurface
(float radius1, float radius2, float height, Point3 &origin, Point3 &symAxis, Point3 &refAxis, float startAngle,
float endAngle, BOOL open,
NURBSCVSurface
&surf) |
DllExport
NURBSResult |
GenNURBSTorusSurface
(float majorRadius, float minorRadius, Point3 &origin, Point3 &symAxis, Point3 &refAxis, float startAngleU,
float endAngleU, float startAngleV, float endAngleV, BOOL open,
NURBSCVSurface
&surf) |
DllExport
Object * |
CreateNURBSObject
(IObjParam *ip,
NURBSSet *nset,
Matrix3 &mat) |
DllExport
int |
AddNURBSObjects
(Object *obj, IObjParam *ip, NURBSSet *nset) |
DllExport
Object * |
CreateNURBSLatheShape
(IObjParam *ip,
MSTR name,
TimeValue
t, ShapeObject
*shape,
Matrix3 &axis,
float degrees, int capStart, int capEnd, int capType, BOOL
weldCore, BOOL flipNormals, BOOL texturing, int segs, BOOL matIds,
BOOL shapeIDs) |
DllExport
Object * |
CreateNURBSExtrudeShape
(IObjParam *ip,
MSTR name,
TimeValue
t, ShapeObject
*shape,
float amount, int capStart, int capEnd, int capType, BOOL
texturing, BOOL matIds, BOOL shapeIDs) |
DllExport
BOOL |
GetNURBSSet
(Object *object,
TimeValue
t, NURBSSet
&nset, BOOL Relational) |
DllExport
NURBSResult |
SetSurfaceApprox
(Object *obj, BOOL
viewport, TessApprox *tess, BOOL
clearSurfs=FALSE) |
DllExport
NURBSResult |
SetCurveApprox
(Object *obj, BOOL
viewport, TessApprox *tess, BOOL
clearSurfs) |
DllExport
NURBSResult |
SetDispApprox
(Object *obj, TessApprox *tess, BOOL
clearSurfs) |
DllExport
NURBSResult |
SetSurfaceDisplaySettings
(Object *obj, NURBSDisplay
&disp) |
DllExport
NURBSResult |
GetSurfaceDisplaySettings
(Object *obj, NURBSDisplay
&disp) |
DllExport
NURBSResult |
Transform
(Object *obj, NURBSIdTab &ids, SetXFormPacket &xPack,
Matrix3 &mat,
TimeValue
t) |
DllExport
NURBSResult |
BreakCurve
(Object *obj, NURBSId
id, double u, TimeValue
t) |
DllExport
NURBSResult |
BreakSurface
(Object *obj, NURBSId
id, BOOL breakU, double param, TimeValue
t) |
DllExport
NURBSResult |
JoinCurves
(Object *obj, NURBSId
id1, NURBSId
id2, BOOL begin1, BOOL begin2, double tolerance, double ten1,
double ten2, TimeValue
t) |
DllExport
NURBSResult |
JoinSurfaces
(Object *obj, NURBSId
id1, NURBSId
id2, int edge1, int edge2, double tolerance, double ten1, double
ten2, TimeValue
t) |
DllExport
NURBSResult |
ZipCurves
(Object *obj, NURBSId
id1, NURBSId
id2, BOOL begin1, BOOL begin2, double tolerance, TimeValue
t) |
DllExport
NURBSResult |
ZipSurfaces
(Object *obj, NURBSId
id1, NURBSId
id2, int edge1, int edge2, double tolerance, TimeValue
t) |
DllExport
NURBSId |
MakeIndependent
(Object *obj, NURBSId
id, TimeValue
t) |
DllExport
NURBSId |
MakeRigid
(Object *obj, NURBSId
id, TimeValue
t) |
DllExport
void |
SetApproxPreset
(Object *pObj, int
i) |
DllExport
void |
ToggleShadedLattice
(Object *pObj) |
DllExport
TessApprox
* |
GetTessPreset
(int which, int preset) |
DllExport
void |
SetTessPreset
(int which, int preset, TessApprox &tess) |
DllExport
Object * |
BuildEMObjectFromLofterObject
(Object *loftObject,
double tolerance) |
DllExport
Object * |
BuildEMObjectFromPatchObject
(Object
*patchObject) |
DllExport
Object * |
DetachObjects
(TimeValue
t, INode *pNode,
Object *pobj, NURBSIdList list, char *newObjName,
BOOL copy, BOOL relational) |
DllExport
NURBSSubObjectLevel |
GetSelectionLevel
(Object *pObj) |
DllExport
NURBSResult |
SetSelectionLLevel
(Object *pObj,
NURBSSubObjectLevel level) |
DllExport
NURBSResult |
GetSelection
(Object *pObj,
NURBSSubObjectLevel level,
BitArray
&selset) |
DllExport
NURBSResult |
SetSelection
(Object *pObj,
NURBSSubObjectLevel level,
BitArray
&selset) |
DllExport
NURBSResult |
MoveCurrentSelection
(Object *pObj,
NURBSSubObjectLevel level,
TimeValue
t, Matrix3 &partm,
Matrix3 &tmAxis,
Point3 &val, BOOL
localOrigin) |
DllExport
NURBSResult |
RotateCurrentSelection
(Object *pObj,
NURBSSubObjectLevel level,
TimeValue
t, Matrix3 &partm,
Matrix3 &tmAxis,
Quat &val, BOOL
localOrigin) |
DllExport
NURBSResult |
ScaleCurrentSelection
(Object *pObj,
NURBSSubObjectLevel level,
TimeValue
t, Matrix3 &partm,
Matrix3 &tmAxis,
Point3 &val, BOOL
localOrigin) |
DllExport
int |
SubObjectCount
(Object *pObj,
NURBSSubObjectLevel level) |
DllExport
int |
NamedSelSetCount
(Object *pObj,
NURBSSubObjectLevel level) |
DllExport MCHAR
* |
GetNamedSelSetName
(Object *pObj,
NURBSSubObjectLevel level,
int i) |
DllExport
NURBSResult |
GetNamedSelSet
(Object *pObj,
NURBSSubObjectLevel level,
MCHAR *name,
BitArray
&selSet) |
DllExport
NURBSResult |
SetNamedSelSet
(Object *pObj,
NURBSSubObjectLevel level,
MCHAR *name,
BitArray
&sel) |
DllExport
NURBSResult |
AppendNamedSelSet
(Object *pObj,
NURBSSubObjectLevel level,
MCHAR *name,
BitArray
&sel) |
DllExport
NURBSResult |
DeleteCurrentSelection
(Object *pObj,
NURBSSubObjectLevel level) |
DllExport
NURBSResult |
MapNURBSIdToSelSetIndex
(Object *pObj, NURBSId
id, int &index,
NURBSSubObjectLevel &level) |
DllExport
NURBSResult |
MapSelSetIndexToNURBSId
(Object *pObj, int
index,
NURBSSubObjectLevel level,
NURBSId
&id) |
DllExport
void |
ApplyUVWMapAsTextureSurface
(Object *pObj, int type,
float utile, float vtile, float wtile, int uflip, int vflip, int
wflip, int cap, const Matrix3 &tm, int channel) |
DllExport
void |
UpdateSurfaceMapper
(Modifier *pMod) |