Use this function to create a workplane normal to a line or an arc
Line
Selected Line
param
parameter specifying the location of Normal Plane
workplaneName
Name of the workplane
sketchName
Name of the sketch to be created on the workplane
bNoSketch
a boolean to specify if the workplane will contain a
sketch or not.
color
The value of color which represents the color of the new sketch
Output Parameters
The Created Workplane Object
Description
This Function creates a workplane normal to a line or an arc .The 'param'
specifies the location of workplane.The range of values 'param' can take
is through 0-1.If a workplane with the given name alredy exists,
new workplane is not created. It also creates a new sketch on the created
workplane and makes the created sketch active depending upon the value
of the bNoSketch boolean.The range of values color of the sketch can take
is 0 through 11. If the value is out of this range a default color of green
is assumed.