|
3ds Max C++ API Reference
|
One of the following enum values describes the kind of NURBSObject this is (sub-classed from which base class). More...
Enumerations | |
| enum | NURBSKind { kNURBSPoint , kNURBSTexturePoint , kNURBSCV , kNURBSCurve , kNURBSSurface } |
One of the following enum values describes the kind of NURBSObject this is (sub-classed from which base class).
The sub-classed NURBSObject returns one of these values in NURBSObject::GetKind().
| enum NURBSKind |
| Enumerator | |
|---|---|
| kNURBSPoint | Specifies a NURBSPoint object. |
| kNURBSTexturePoint | Specifies a NURBSTexturePoint object. |
| kNURBSCV | Specifies a NURBSControlVertex object. |
| kNURBSCurve | Specifies a NURBSCurve object. |
| kNURBSSurface | Specifies a NURBSSurface object. |