Detailed Description
#include <xsi_controlpoint.h>
List of all
members.
Constructor & Destructor Documentation
Constructor.
- Parameters:
- 
| in_ref | constant reference object. |  
 
 
 
Copy constructor.
- Parameters:
- 
| in_obj | constant class object. |  
 
 
 
Member Function Documentation
| bool IsA | ( | siClassID | in_ClassID | ) | const [virtual] | 
 
Returns true if a given class type is compatible with this API
class.
- Parameters:
- 
- Returns:
- true if the class is compatible, false otherwise.
Reimplemented from Point.
 
 
Returns the type of the API class.
- Returns:
- The class type.
Reimplemented from Point.
 
 
Creates an object from another object. The newly created object
is set to empty if the input object is not compatible.
- Parameters:
- 
| in_obj | constant class object. |  
 
- Returns:
- The new 
PolygonFace object.
 
 
Creates an object from a reference object. The newly created
object is set to empty if the input reference object is not
compatible.
- Parameters:
- 
| in_ref | constant class object. |  
 
- Returns:
- The new 
PolygonFace object.
Reimplemented from Point.
 
 
Returns the X value of this ControlPoint.
- Returns:
- The X value or DBL_MAXif it fails.
 
 
Sets the X value of this ControlPoint.
The value can only be set from within a compiled operator or if
there's no operator connected to this geometry.
- Parameters:
- 
- Returns:
- 
CStatus::OK success
- 
CStatus::AccessDenied function used outside of a plug-in
operator context.
 
 
Returns the Y value of this ControlPoint.
- Returns:
- The Y value or DBL_MAXif it fails.
 
 
Sets the Y value of this ControlPoint.
The value can only be set from within a compiled operator or if
there's no operator connected to this geometry.
- Parameters:
- 
- Returns:
- 
CStatus::OK success
- 
CStatus::AccessDenied function used outside of a plug-in
operator context.
 
 
Returns the Z value of this ControlPoint.
- Returns:
- The Z value or DBL_MAXif it fails.
 
 
Sets the Z value of this ControlPoint.
The value can only be set from within a compiled operator or if
there's no operator connected to this geometry.
- Parameters:
- 
- Returns:
- 
CStatus::OK success
- 
CStatus::AccessDenied function used outside of a plug-in
operator context.
 
 
Returns the W value of this ControlPoint.
- Returns:
- The W value or DBL_MAXif it fails.
 
 
Sets the W value of this ControlPoint.
The value can only be set from within a compiled operator or if
there's no operator connected to this geometry.
- Parameters:
- 
- Returns:
- 
CStatus::OK success
- 
CStatus::AccessDenied function used outside of a plug-in
operator context.
 
 
| bool GetIsBoundary | ( |  | ) | const | 
 
Returns whether the control point is a boundary or not.
- Returns:
- True if the control point is a boundary, false if not.
- Since:
- 4.2
 
 
The documentation for this class was generated from the following
file: