PointHolePositionDefinition.planarEntity Property
Parent Object:
PointHolePositionDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/PointHolePositionDefinition.h>
Description
Returns the plane that defines the orientation and start of the hole.
Syntax
"pointHolePositionDefinition_var" is a variable referencing a PointHolePositionDefinition object.
# Get the value of the property. propertyValue = pointHolePositionDefinition_var.planarEntity
|
"pointHolePositionDefinition_var" is a variable referencing a PointHolePositionDefinition object.
#include <Fusion/Features/PointHolePositionDefinition.h>
// Get the value of the property. Ptr<Base> propertyValue = pointHolePositionDefinition_var->planarEntity();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version August 2014