AddLineLength |
Method that creates a new linear dimension constraint that defines the length of a 3D sketch line. This method will fail in the case where a driving dimension is specified and it will overconstrain the sketch. |
AddPointAndPlaneDistance |
Method that creates a new linear dimension constraint between a 3D sketch point and a planar face or workplane. This method will fail if the input 3D sketch point lies on the input plane specified by the face or workplane. This method will also fail in the case where a driving dimension is specified and it will overconstrain the sketch. |
AddRadius |
Method that creates a new radius dimension constraint on the input circle or arc. |
AddSplineLength |
Method that creates a new spline length dimension constraint that defines the length of a 3D sketch spline. |
AddTwoLineAngle |
Method that creates a new angular dimension constraint between two 3D sketch lines. This method will fail if the two input 3D sketch lines that need to be constrained are not co-planar. This method will also fail in the case where a driving dimension is specified and it will overconstrain the sketch. |
AddTwoPointDistance |
Method that creates a new linear dimension constraint between a 3D sketch point and another 3D sketch point, vertex or workpoint. This method will fail in the case where a driving dimension is specified and it will overconstrain the sketch. |
GetDimensionPlane |
Method that gets the transient dimension plane used to place and position the dimension text when a dimension constraint is applied to the specified input entities. |