Class ResultPlaneOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Acoustics
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ResultPlaneOptions : ResultSurfaceOptions, IEquatable<APIBase>
Properties
AxisForPlaneNormal
The local axis of the reference component that is used for the plane normal.
Declaration
public Axis AxisForPlaneNormal { get; set; }
Property Value
Type | Description |
---|---|
Axis |
Implements
System.IEquatable<T>