#include <surf_api.h>
Class Description
- See also:
- Class NURBSObject, NURBSConst Types, Class
Point3.
- Description:
- This class is used to create a dependent point that lies at a
point or relative to it.
All methods of this class are implemented by the system.
- Data Members:
- protected:
NURBSId mParentId;
The id of the parent object.
int mParentIndex;
The index in the NURBSSet of the parent object.
NURBSConstType mCType;
The type of constraint in use.
Point3
mOffset;
The offset from the object that the point is.
Constructor & Destructor Documentation
Member Function Documentation
DllExport void Clean |
( |
NURBSIdTab |
ids |
) |
[protected] |
- Parameters:
- NURBSIdTab ids
A table with the IDs of each object in the NURBSSet.
Reimplemented from NURBSObject.
DllExport void SetParent |
( |
int |
index |
) |
|
- Parameters:
- int index
The parent index to set.
DllExport void SetParentId |
( |
NURBSId |
id |
) |
|
- Parameters:
- NURBSId id
The parent ID to set.
DllExport int GetParent |
( |
void |
|
) |
|
DllExport NURBSId
GetParentId |
( |
void |
|
) |
|
- Parameters:
- NURBSConstType type
Specifies the type of point to set. See NURBSConst Types.
- Parameters:
- TimeValue t
Specifies the time at which the offset is set.
Point3 pt
The offset value to set. This value is specified in object
coordinates.
- Parameters:
- TimeValue t
The time to retrieve the offset.
- Operators:
Friends And Related Function Documentation
Member Data Documentation