#include <hps.h>
The CuttingSectionAttributeKit class is a user space object which encapsulates a set of attributes pertaining to cutting sections. Calling CuttingSectionAttributeKit::GetDefault() will return a kit with values found in this table.
CuttingSectionAttributeKit::CuttingSectionAttributeKit |
( |
| ) |
|
Initializes an empty kit.
The copy constructor creates a new CuttingSectionAttributeKit object that contains the same settings as the source object.
- Parameters
-
in_kit | The source object to copy. |
virtual CuttingSectionAttributeKit::~CuttingSectionAttributeKit |
( |
| ) |
|
|
virtual |
bool CuttingSectionAttributeKit::Empty |
( |
| ) |
const |
|
virtual |
Indicates whether this object has any values set on it.
- Returns
- true if no values are set on this object, false otherwise.
Reimplemented from Object.
Check if the source CuttingSectionAttributeKit is equivalent to this object.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
Creates a CuttingSectionAttributeKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default.
- Returns
- A CuttingSectionAttributeKit with the default settings.
Type CuttingSectionAttributeKit::ObjectType |
( |
| ) |
const |
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from Object.
Check if the source CuttingSectionAttributeKit is not equivalent to this object.
- Parameters
-
- Returns
- true if the objects are not equivalent, false otherwise.
Check if the source CuttingSectionAttributeKit is equivalent to this object.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
Sets the cutting section capping level.
- Parameters
-
in_level | The cutting section capping level. |
- Returns
- A reference to this object.
Sets the cutting section cutting level.
- Parameters
-
in_level | The cutting section cutting level. |
- Returns
- A reference to this object.
Sets the material preference for cut geometry.
- Parameters
-
in_preference | The material preference for cut geometry. |
- Returns
- A reference to this object.
Shows the cutting section capping level setting.
- Parameters
-
out_level | The cutting section capping level. |
- Returns
- true if a cutting section capping level setting was specified, false otherwise.
Shows the cutting section cutting level setting.
- Parameters
-
out_level | The cutting section cutting level. |
- Returns
- true if a cutting section cutting level setting was specified, false otherwise.
Shows the orientation of colors and radii of cylinders.
- Parameters
-
out_preference | The material preference for cut geometry. |
- Returns
- true if a material preference for cut geometry was specified, false otherwise.
Removes the cutting section capping level setting.
- Returns
- A reference to this object.
Removes the cutting section cutting level setting.
- Returns
- A reference to this object.
Removes all settings from this object.
- Returns
- A reference to this object.
Removes the material preference for cut geometry setting.
- Returns
- A reference to this object.
The documentation for this class was generated from the following file: