ConstructionPointEdgePlaneDefinition.plane Property
Parent Object:
ConstructionPointEdgePlaneDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPointEdgePlaneDefinition.h>
Description
A plane, planar B-Rep face or construction plane.
Syntax
"constructionPointEdgePlaneDefinition_var" is a variable referencing a ConstructionPointEdgePlaneDefinition object.
# Get the value of the property. propertyValue = constructionPointEdgePlaneDefinition_var.plane
|
"constructionPointEdgePlaneDefinition_var" is a variable referencing a ConstructionPointEdgePlaneDefinition object.
#include <Fusion/Construction/ConstructionPointEdgePlaneDefinition.h>
// Get the value of the property. Ptr<Base> propertyValue = constructionPointEdgePlaneDefinition_var->plane();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version August 2014