PlaneAndOffsetsHolePositionDefinition.offsetOne Property
Parent Object:
PlaneAndOffsetsHolePositionDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/PlaneAndOffsetsHolePositionDefinition.h>
Description
Returns the model parameter controlling the distance from the center of the hole to EdgeOne.
Syntax
"planeAndOffsetsHolePositionDefinition_var" is a variable referencing a PlaneAndOffsetsHolePositionDefinition object.
# Get the value of the property. propertyValue = planeAndOffsetsHolePositionDefinition_var.offsetOne
|
"planeAndOffsetsHolePositionDefinition_var" is a variable referencing a PlaneAndOffsetsHolePositionDefinition object.
#include <Fusion/Features/PlaneAndOffsetsHolePositionDefinition.h>
// Get the value of the property. Ptr<ModelParameter> propertyValue = planeAndOffsetsHolePositionDefinition_var->offsetOne();
|
Property Value
This is a read only property whose value is a
ModelParameter.
Version
Introduced in version August 2014