TwoSidesToExtentDefinition.toEntityTwo Property
Parent Object:
TwoSidesToExtentDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/TwoSidesToExtentDefinition.h>
Description
Gets and sets the entity that defines the extent on side two. The valid types of entities can vary depending on the type of feature this is being used with.
Syntax
"twoSidesToExtentDefinition_var" is a variable referencing a TwoSidesToExtentDefinition object.
# Get the value of the property. propertyValue = twoSidesToExtentDefinition_var.toEntityTwo
# Set the value of the property. twoSidesToExtentDefinition_var.toEntityTwo = propertyValue
|
"twoSidesToExtentDefinition_var" is a variable referencing a TwoSidesToExtentDefinition object.
#include <Fusion/Features/TwoSidesToExtentDefinition.h>
// Get the value of the property. Ptr<Base> propertyValue = twoSidesToExtentDefinition_var->toEntityTwo();
// Set the value of the property, where value_var is a Base. bool returnValue = twoSidesToExtentDefinition_var->toEntityTwo(value_var);
|
Property Value
This is a read/write property whose value is a
Base.
Version
Introduced in version March 2022