addAngularDimension |
Creates a new angular dimension constraint between the two input lines. The position of the text controls which of the four quadrants will be dimensioned. |
addConcentricCircleDimension |
Creates a new dimension constraint between to concentric circles or arcs. |
addDiameterDimension |
Creates a new diameter dimension constraint on the arc or circle. |
addDistanceBetweenLineAndPlanarSurfaceDimension |
Creates a new linear dimension controlling the distance between a sketch line and the specified planar face or construction plane. The sketch line must lie on a plane that is parallel to the planar surface. The text position is automatically chosen and is positioned so it is midway between the line and surface and the extension lines are a minimum length. You can modify the position by using functionality on the returned SketchDistanceBetweenLineAndPlanarSurfaceDimension object. |
addDistanceBetweenPointAndSurfaceDimension |
Creates a new linear dimension controlling the distance between a sketch point and the specified surface or point. The text position is automatically chosen and is positioned so it is midway between the point and surface and the extension lines are a minimum length. You can modify the position by using functionality on the returned SketchDistanceBetweenPointAndSurfaceDimension object. |
addDistanceDimension |
Creates a new linear dimension constraint between the two input entities. |
addEllipseMajorRadiusDimension |
Creates a new dimension constraint on the major radius of an ellipse. |
addEllipseMinorRadiusDimension |
Creates a new dimension constraint on the minor radius of an ellipse. |
addLinearDiameterDimension |
Creates a new linear dimension showing the diameter where the first line acts as the center line and the second entity defines the size. The first input entity must be a sketch line. The second entity can be a point or a line that is parallel to the first. The dimension controls the distance as measured perpendicular to the first input line. |
addOffsetDimension |
Creates a new linear dimension constraint between the two input entities. The first input entity must be a sketch line. The second entity can be a point or a line that is parallel to the first. The dimension controls the distance as measured perpendicular to the first input line. |
addRadialDimension |
Creates a new radial dimension constraint on the arc or circle. |
addTangentDistanceDimension |
Creates a new linear dimension from between a line and circle or arc and a second circle or arc where the dimension is to the tangent on the edge of the circle or arc. |
classType |
Static function that all classes support that returns the type of the class as a string. The returned string matches the string returned by the objectType property. For example if you have a reference to an object and you want to check if it's a SketchLine you can use myObject.objectType == fusion.SketchLine.classType(). |
item |
Function that returns the specified sketch dimension using an index into the collection. |