Class FEPartInputSurfaceOptions
Inheritance
System.Object
FEPartInputSurfaceOptions
Assembly: SMT.MastaAPI.15.0.dll
public sealed class FEPartInputSurfaceOptions : APIBase, IEquatable<APIBase>
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