Bisector <IvBisector>

Synopsis

IvBisector creates a bisector on a drawing sheet.

Some parameters may not change the appearance of bisectors created from work features.

Mixins

BaseInventorMixin

LightweightPart

IvDrawingAnnotation

Parameters

Name Type Description
view part Represents the drawing view whose model contains the entity/entities with bisector.
part1 part The part containing the entity to make bisector relative to. It might be one of the following types: * Part occurrence. The entity name is specified in the 'entity1' parameter; * Intent Work axis (entity1 is ignored); * Intent Work plane normal to the view (entity1 is ignored). If the work plane is not normal to the view, an Intent error is generated.
entity1 string The entity to attach the bisector to, within part1. Should be a name of the face, edge, work point, work axis, or work plane normal to the view.
part2 part Additional part containing the entity to make the bisector relative to. It might be one of the following types: * Part occurrence. The entity name is specified in the 'entity2' parameter; * Intent Work axis (entity2 is ignored); * Intent Work plane normal to the view (entity2 is ignored). If the work plane is not normal to the view, an Intent error is generated.
entity2 string The entity to attach the bisector to, within part2. Should be a name of the face, edge, work point, work axis, or work plane normal to the view.
ClosestPoint1, ClosestPoint2 point Points used to select the correct drawing curve on the view. In case of several curves representing the entity, the one closest to the point is selected. Measure of closeness is a distance from the point to the center of the curve's bounding box.
Visible? boolean Controls the visibility of the bisector.
layer string Name of the bisector layer.
StartPoint point Changes the length of the start of the bisector.
EndPoint point Changes the length of the end of the bisector.
Style string Name of the style the bisector is created with.

Methods

GetStartPoint( ) As Point
Returns the start point of the bisector.
GetEndPoint( ) As Point
Returns the end point of the bisector.