Class PointLoad
Inheritance
System.Object
PointLoad
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class PointLoad : VirtualComponent, IEquatable<APIBase>
Properties
DrawingRadius
Declaration
public Overridable<double> DrawingRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Offset
Declaration
public Vector2DPolar Offset { get; }
Property Value
| Type | Description |
|---|---|
| Vector2DPolar |
Methods
SetOffset(Double, Double)
Declaration
public void SetOffset(double radius, double angle)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | radius | |
| System.Double | angle |
Implements
System.IEquatable<T>