SymmetryConstraint.symmetryLine Property
Parent Object:
SymmetryConstraintDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SymmetryConstraint.h>
Description
Returns the axis (SketchLine) that defines the symmetry.
Syntax
"symmetryConstraint_var" is a variable referencing a SymmetryConstraint object.
# Get the value of the property. propertyValue = symmetryConstraint_var.symmetryLine
|
"symmetryConstraint_var" is a variable referencing a SymmetryConstraint object.
#include <Fusion/Sketch/SymmetryConstraint.h>
// Get the value of the property. Ptr<SketchLine> propertyValue = symmetryConstraint_var->symmetryLine();
|
Property Value
This is a read only property whose value is a
SketchLine.
Version
Introduced in version August 2014