Class LaminateFillSetupBuilder
Inheritance
LaminateFillSetupBuilder
Assembly: NXOpen.dll
Syntax
public class LaminateFillSetupBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
LaminateFillSetupBuilder()
Declaration
protected LaminateFillSetupBuilder()
Properties
FillName
Declaration
public string FillName { get; set; }
Property Value
HomogeneousPlies
Declaration
public bool HomogeneousPlies { get; set; }
Property Value
LimitThicknessVariation
Declaration
public bool LimitThicknessVariation { get; set; }
Property Value
SamcefElementType
Declaration
public LaminateFillSetupBuilder.SamcefElementTypeEnum SamcefElementType { get; set; }
Property Value
SamcefSolidShells
Declaration
[Obsolete("Deprecated in NX12.0.0. Use method NXOpen.CAE.LaminateFillSetupBuilder.SamcefElementType")]
public bool SamcefSolidShells { get; set; }
Property Value
Selection
Declaration
public LaminateSelectEntitiesBuilder Selection { get; }
Property Value
SinglePlyPerLayer
Declaration
public bool SinglePlyPerLayer { get; set; }
Property Value
ThicknessVariationDownLimit
Declaration
public double ThicknessVariationDownLimit { get; set; }
Property Value
ThicknessVariationUpLimit
Declaration
public double ThicknessVariationUpLimit { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink