Share

NormalToCurveWorkPlaneDef.GetData Method

Parent Object: NormalToCurveWorkPlaneDef

Description

Method that returns all of the data defining a work plane defined by a curve and a point.

Syntax

NormalToCurveWorkPlaneDef.GetData( CurveEntity As Object, Point As Object )

Parameters

Name Type Description
CurveEntity Object Output argument that returns the curve object used to define the NormalToCurveWorkPlaneDef. This object can be an Edge, 3D Sketch entity, or 2D Sketch entity.
Point Object Output argument that returns the point object used to define the NormalToCurveWorkPlaneDef. This object can be a WorkPoint, Vertex, SketchPoint3D, or SketchPoint object.

Version

Introduced in version 6

Was this information helpful?