OffsetStartDefinition.profilePlane Property

Parent Object: OffsetStartDefinition
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/OffsetStartDefinition.h>

Description

Returns the geometric definition of the profile plane.

Syntax

"offsetStartDefinition_var" is a variable referencing an OffsetStartDefinition object.

# Get the value of the property.
propertyValue = offsetStartDefinition_var.profilePlane
"offsetStartDefinition_var" is a variable referencing an OffsetStartDefinition object.
#include <Fusion/Features/OffsetStartDefinition.h>

// Get the value of the property.
Ptr<Plane> propertyValue = offsetStartDefinition_var->profilePlane();

Property Value

This is a read only property whose value is a Plane.

Version

Introduced in version November 2016