SilhouetteSelection.inputGeometry Property
Parent Object: SilhouetteSelection
Derived from: CurveSelection.inputGeometry
Defined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/SilhouetteSelection.h>
Description
Get or set the value of the input geometry. For some child classes, this may be the same as the value property, but might also consist of fewer elements. Valid elements depend on the capabilities of the derived class.
Syntax
"silhouetteSelection_var" is a variable referencing a SilhouetteSelection object.# Get the value of the property. propertyValue = silhouetteSelection_var.inputGeometry# Set the value of the property. silhouetteSelection_var.inputGeometry = propertyValue
"silhouetteSelection_var" Is a variable referencing a SilhouetteSelection Object.#include <Cam/GeometrySelections/SilhouetteSelection.h>// Get the value of the property. std::vector<Base> propertyValue = silhouetteSelection_var->inputGeometry ();// Set the value of the property, where value_var is a Base. bool returnValue = silhouetteSelection_var->inputGeometry (value_var);
"silhouetteSelection_var" Is a variable referencing a SilhouetteSelection Object.// Get the value of the property. propertyValue = silhouetteSelection_var.inputGeometry ;// Set the value of the property. silhouetteSelection_var.inputGeometry = propertyValue;
Property Value
This is a read/write property whose value is an array of type Base.
Version
Introduced in version April 2023