Class CirclesOnAxis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CirclesOnAxis
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CirclesOnAxis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Axis
Declaration
public Vector3D Axis { get; set; }
Property Value
CoordFilletRadii
Declaration
public ReadOnlyCollection<double> CoordFilletRadii { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
Coords
Declaration
public ReadOnlyCollection<Vector2D> Coords { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<Vector2D> |
|
MousePosition
Declaration
public Vector2D MousePosition { get; set; }
Property Value
Origin
Declaration
public Vector3D Origin { get; set; }
Property Value
Methods
AddCoords(Vector3D)
Declaration
public void AddCoords(Vector3D pointInSketchPlane)
Parameters
Type |
Name |
Description |
Vector3D |
pointInSketchPlane |
|
AddCoords(Vector3D, Double)
Declaration
public void AddCoords(Vector3D pointOnAxis, double radius)
Parameters
Type |
Name |
Description |
Vector3D |
pointOnAxis |
|
System.Double |
radius |
|
AddCoords(Double, Double)
Declaration
public void AddCoords(double offset, double radius)
Parameters
Type |
Name |
Description |
System.Double |
offset |
|
System.Double |
radius |
|
AddFilletPoint(Vector3D, Vector3D, Vector3D, Double)
Declaration
public void AddFilletPoint(Vector3D pointAInSketchPlane, Vector3D pointBInSketchPlane, Vector3D guidePoint, double radius)
Parameters
Type |
Name |
Description |
Vector3D |
pointAInSketchPlane |
|
Vector3D |
pointBInSketchPlane |
|
Vector3D |
guidePoint |
|
System.Double |
radius |
|
SetMousePosition(Vector3D)
Declaration
public void SetMousePosition(Vector3D pointInSketchPlane)
Parameters
Type |
Name |
Description |
Vector3D |
pointInSketchPlane |
|
Implements
System.IEquatable<T>
Extension Methods