Class GuideModelUsage
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GuideModelUsage : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
AlignmentMethod
If 'Left Edge to Zero Offset of Shaft' the selected left edge is aligned with the zero offset of the shaft. If 'Left Edge to Left Offset of Shaft' the selected edge is aligned with the left hand edge of the shaft.
Declaration
public GuideModelUsage.AlignmentOptions AlignmentMethod { get; set; }
Property Value
Type | Description |
---|---|
GuideModelUsage.AlignmentOptions |
ClipDrawing
Should the CAD drawing be clipped to avoid drawing unnecessary detail?
Declaration
public bool ClipDrawing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ClippingBottom
CAD entities below this height from the shaft will not be drawn. Ctrl+Drag - Drag a clipping region, CAD entities outside of this region will not be drawn.
Measurement: ShortLength
Declaration
public double ClippingBottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ClippingLeft
CAD entities further to the left than this offset will not be drawn. Ctrl+Drag - Drag a clipping region, CAD entities outside of this region will not be drawn.
Measurement: ShortLength
Declaration
public double ClippingLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ClippingRight
CAD entities further to the right than this offset will not be drawn. Ctrl+Drag - Drag a clipping region, CAD entities outside of this region will not be drawn.
Measurement: ShortLength
Declaration
public double ClippingRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ClippingTop
CAD entities above this height from the shaft will not be drawn. Ctrl+Drag - Drag a clipping region, CAD entities outside of this region will not be drawn.
Measurement: ShortLength
Declaration
public double ClippingTop { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ForceMonochrome
Draw the CAD model in a single colour. In the 'Alignment window' it is always drawn in black and white.
Declaration
public bool ForceMonochrome { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Layout
Declaration
public ListWithSelectedItem<string> Layout { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
OriginHorizontal
Horizontal positioning of the CAD drawing
Measurement: ShortLength
Declaration
public double OriginHorizontal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OriginVertical
Vertical positioning of the CAD drawing
Measurement: ShortLength
Declaration
public double OriginVertical { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Rotation
Rotational alignment of the CAD drawing
Measurement: Angle
Declaration
public double Rotation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |