Share

PlanarSketchProxy.AddStraightSlotByCenterToCenter Method

Parent Object: PlanarSketchProxy

Description

Method that creates a straight slot. The sketch entities represent the sketch slot are returned.

Syntax

PlanarSketchProxy.AddStraightSlotByCenterToCenter( StartPoint As Object, EndPoint As Object, Width As Double ) As SketchEntitiesEnumerator

Parameters

Name Type Description
StartPoint Object Input Point2d or SketchPoint object that defines the starting center point of the straight slot.
EndPoint Object Input Point2d or SketchPoint object that defines the ending center point of the straight slot.
Width Double Input Double that specifies the width of the straight slot in centimeters.

Version

Introduced in version 2014

Was this information helpful?