SectionAnalysis.cutPlane Property
Parent Object:
SectionAnalysisDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/SectionAnalysis.h>
Description
A property that gets and sets the planar entity used to define the cut plane and can be either a planar BRepFace or a ConstructionPlane object.
Syntax
"sectionAnalysis_var" is a variable referencing a SectionAnalysis object.
# Get the value of the property. propertyValue = sectionAnalysis_var.cutPlane
# Set the value of the property. sectionAnalysis_var.cutPlane = propertyValue
|
"sectionAnalysis_var" is a variable referencing a SectionAnalysis object.
#include <Fusion/Fusion/SectionAnalysis.h>
// Get the value of the property. Ptr<Base> propertyValue = sectionAnalysis_var->cutPlane();
// Set the value of the property, where value_var is a Base. bool returnValue = sectionAnalysis_var->cutPlane(value_var);
|
Property Value
This is a read/write property whose value is a
Base.
Version
Introduced in version April 2023