ConstructionPlaneOffsetDefinition.offset Property
Parent Object:
ConstructionPlaneOffsetDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlaneOffsetDefinition.h>
Description
Returns a Parameter object that controls the value of the offset. You can use properties of the returned Parameter object to modify the offset.
Syntax
"constructionPlaneOffsetDefinition_var" is a variable referencing a ConstructionPlaneOffsetDefinition object.
# Get the value of the property. propertyValue = constructionPlaneOffsetDefinition_var.offset
|
"constructionPlaneOffsetDefinition_var" is a variable referencing a ConstructionPlaneOffsetDefinition object.
#include <Fusion/Construction/ConstructionPlaneOffsetDefinition.h>
// Get the value of the property. Ptr<Parameter> propertyValue = constructionPlaneOffsetDefinition_var->offset();
|
Property Value
This is a read only property whose value is a
Parameter.
Version
Introduced in version August 2014