Class Dimension
Inherited Members
Assembly.ScreenDump(IReadOnlyList<Assembly>, Double, Double, Double, Vector3, Int32, Int32, Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Assemblies.Tools
Assembly: Experior.Core.dll
Syntax
public sealed class Dimension : LineStrip, IAssembly, IEntity, IDisposable, ILabel, ISelectedObject
Constructors
Dimension()
Declaration
public Dimension()
Dimension(DimensionInfo)
Declaration
public Dimension(DimensionInfo info)
Parameters
Type | Name | Description |
---|---|---|
DimensionInfo | info |
Properties
Category
Declaration
public override string Category { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
DeltaPosition
Declaration
[TypeConverter(typeof(Vector3MeterToMillimeter))]
public Vector3 DeltaPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector3 |
Image
Declaration
public override ImageSource Image { get; }
Property Value
Type | Description |
---|---|
System.Windows.Media.ImageSource |
Overrides
Length
Declaration
[TypeConverter(typeof(FloatMeterToMilliMeterNoDecimals))]
public float Length { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
Deselect()
Declaration
public override void Deselect()
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides
DragPointDraging(RigidPart, Vector3, RigidPart.DraggingEventArgs)
Declaration
protected override void DragPointDraging(RigidPart sender, Vector3 delta, RigidPart.DraggingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
RigidPart | sender | |
System.Numerics.Vector3 | delta | |
RigidPart.DraggingEventArgs | e |
Overrides
DragpointMouseUp(RigidPart)
Declaration
protected override void DragpointMouseUp(RigidPart sender)
Parameters
Type | Name | Description |
---|---|---|
RigidPart | sender |
Overrides
DragpointSelected(RigidPart)
Declaration
protected override void DragpointSelected(RigidPart sender)
Parameters
Type | Name | Description |
---|---|---|
RigidPart | sender |
Overrides
Move(Vector3)
Declaration
public override bool Move(Vector3 delta)
Parameters
Type | Name | Description |
---|---|---|
System.Numerics.Vector3 | delta |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
UnHighlight()
Declaration
public override void UnHighlight()
Overrides
Implements
System.IDisposable