Class PointLoad
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PointLoad
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PointLoad : VirtualComponent, IEquatable<APIBase>
Properties
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>