DistanceAndAngleChamferTypeDefinition.angle Property
Parent Object:
DistanceAndAngleChamferTypeDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/DistanceAndAngleChamferTypeDefinition.h>
Description
Returns the parameter controlling the angle. You can edit the angle by editing the value of the parameter object.
Syntax
"distanceAndAngleChamferTypeDefinition_var" is a variable referencing a DistanceAndAngleChamferTypeDefinition object.
# Get the value of the property. propertyValue = distanceAndAngleChamferTypeDefinition_var.angle
|
"distanceAndAngleChamferTypeDefinition_var" is a variable referencing a DistanceAndAngleChamferTypeDefinition object.
#include <Fusion/Features/DistanceAndAngleChamferTypeDefinition.h>
// Get the value of the property. Ptr<ModelParameter> propertyValue = distanceAndAngleChamferTypeDefinition_var->angle();
|
Property Value
This is a read only property whose value is a
ModelParameter.
Version
Introduced in version March 2022