Accessimport sketch mdb.models[name].sketches[name].dimensions[i] AngularDimension(...)
This method constructs a ConstrainedSketchDimension object between two ConstrainedSketchGeometry objects, with the given angle between them. Pathmdb.models[name].sketches[name].AngularDimension Required arguments
Optional arguments
Return valueA ConstrainedSketchDimension object (None if the dimension cannot be created). ExceptionsNone.
HorizontalDimension(...)
This method constructs a ConstrainedSketchDimension object between two vertices. A horizontal dimension indicates the horizontal distance along the X-axis between two vertices. Pathmdb.models[name].sketches[name].HorizontalDimension Required arguments
Optional arguments
Return valueA ConstrainedSketchDimension object (None if the dimension cannot be created). ExceptionsNone.
ObliqueDimension(...)
This method constructs a ConstrainedSketchDimension object between two vertices. An oblique dimension indicates the distance between two vertices. Pathmdb.models[name].sketches[name].ObliqueDimension Required arguments
Optional arguments
Return valueA ConstrainedSketchDimension object (None if the dimension cannot be created). ExceptionsNone.
RadialDimension(...)
This method constructs a ConstrainedSketchDimension object on a circular or elliptical arc. A radial dimension indicates the radius of an arc or circle or the major or minor radius of an ellipse. Pathmdb.models[name].sketches[name].RadialDimension Required arguments
Optional arguments
Return valueA ConstrainedSketchDimension object (None if the dimension cannot be created). ExceptionsNone.
VerticalDimension(...)
This method constructs a ConstrainedSketchDimension between two vertices. A vertical dimension controls the vertical distance along the Y-axis between two vertices. Pathmdb.models[name].sketches[name].VerticalDimension Required arguments
Optional arguments
Return valueA ConstrainedSketchDimension object (None if the dimension cannot be created). ExceptionsNone.
DistanceDimension(...)
This method constructs a ConstrainedSketchDimension object between two ConstrainedSketchGeometry, or aConstrainedSketchVertex and ConstrainedSketchGeometry object. A distance dimension specifies the shortest distance between two entities. Pathmdb.models[name].sketches[name].DistanceDimension Required arguments
Optional arguments
Return valueA ConstrainedSketchDimension object (None if the dimension cannot be created). ExceptionsNone.
MembersThe ConstrainedSketchDimension object has no members. | |||||||