Class FEPartInputSurfaceOptions
Inheritance
System.Object
FEPartInputSurfaceOptions
Assembly: SMT.MastaAPI.14.1.1.dll
public class FEPartInputSurfaceOptions : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public ListWithSelectedItem<FESubstructure> FESubstructure { get; set; }
Property Value
Declaration
public bool IsIncluded { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public ListWithSelectedItem<CMSElementFaceGroup> Surfaces { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods