ConstructionAxisPerpendicularAtPointDefinition.redefine Method
Parent Object:
ConstructionAxisPerpendicularAtPointDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionAxisPerpendicularAtPointDefinition.h>
Description
Redefines the input geometry of the construction axis.
Syntax
"constructionAxisPerpendicularAtPointDefinition_var" is a variable referencing a ConstructionAxisPerpendicularAtPointDefinition object.
#include <Fusion/Construction/ConstructionAxisPerpendicularAtPointDefinition.h>
returnValue = constructionAxisPerpendicularAtPointDefinition_var->redefine(face, pointEntity);
|
Return Value
boolean |
Returns true if the redefinition of the axis is successful. |
Parameters
face |
BRepFace |
The face (BRepFace object) to create the axis perpendicular to. |
pointEntity |
Base |
The point (sketch point, vertex, construction point) used to position the axis. |
Version
Introduced in version August 2014