ConstructionPlaneAtAngleDefinition.redefine Method
Parent Object:
ConstructionPlaneAtAngleDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlaneAtAngleDefinition.h>
Description
Redefines the input geometry of the construction plane.
Syntax
"constructionPlaneAtAngleDefinition_var" is a variable referencing a ConstructionPlaneAtAngleDefinition object.returnValue = constructionPlaneAtAngleDefinition_var.redefine(angle, linearEntity, planarEntity)
|
"constructionPlaneAtAngleDefinition_var" is a variable referencing a ConstructionPlaneAtAngleDefinition object.
#include <Fusion/Construction/ConstructionPlaneAtAngleDefinition.h>
returnValue = constructionPlaneAtAngleDefinition_var->redefine(angle, linearEntity, planarEntity);
|
Return Value
boolean |
Returns true if the redefinition of the plane is successful. |
Parameters
angle |
ValueInput |
A ValueInput object that defines the angle at which to create the construction plane |
linearEntity |
Base |
The linear edge, construction line, or sketch line that defines the axis of rotation to measure the angle about |
planarEntity |
Base |
A plane, planar face or construction plane the angle of the construction plane is measured from |
Version
Introduced in version August 2014