Class LaminateExtrudeSetupBuilder
Inheritance
System.Object
System.MarshalByRefObject
LaminateExtrudeSetupBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class LaminateExtrudeSetupBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
LaminateExtrudeSetupBuilder()
Declaration
protected LaminateExtrudeSetupBuilder()
Properties
CutFaceDrops
Declaration
public bool CutFaceDrops { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CutFaceSelect
Declaration
public SelectCAEFaceList CutFaceSelect { get; }
Property Value
Cuts
Declaration
public bool Cuts { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ExtrudeName
Declaration
public string ExtrudeName { get; set; }
Property Value
Type |
Description |
System.String |
|
FlipNormals
Declaration
public bool FlipNormals { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HomogeneousPlies
Declaration
public bool HomogeneousPlies { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
KeepInvalidElems
Declaration
public bool KeepInvalidElems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MinElemThickness
Declaration
public double MinElemThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
NumSmoothIterations
Declaration
public int NumSmoothIterations { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReferencePlaneLocation
Declaration
public bool ReferencePlaneLocation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SamcefElementType
Declaration
public LaminateExtrudeSetupBuilder.SamcefElementTypeEnum SamcefElementType { get; set; }
Property Value
SamcefSolidShells
Declaration
[Obsolete("Deprecated in NX12.0.0. Use method NXOpen.CAE.LaminateExtrudeSetupBuilder.SamcefElementType")]
public bool SamcefSolidShells { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SandwichBottomSkinMeshOption
Declaration
public int SandwichBottomSkinMeshOption { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SandwichInflation
Declaration
public bool SandwichInflation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SandwichNumCoreElementLayers
Declaration
public int SandwichNumCoreElementLayers { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SandwichTopSkinMeshOption
Declaration
public int SandwichTopSkinMeshOption { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Selection
Declaration
public LaminateSelectEntitiesBuilder Selection { get; }
Property Value
SinglePlyPerLayer
Declaration
public bool SinglePlyPerLayer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SmoothNormals
Declaration
public bool SmoothNormals { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SmoothRatio
Declaration
public double SmoothRatio { get; set; }
Property Value
Type |
Description |
System.Double |
|
SnapToCutFaceTolerance
Declaration
public Expression SnapToCutFaceTolerance { get; }
Property Value
Methods
AddSandwichCorePly(LaminatePly)
Declaration
public bool AddSandwichCorePly(LaminatePly ply)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ClearSandwichCorePly(Boolean)
Declaration
public void ClearSandwichCorePly(bool clear)
Parameters
Type |
Name |
Description |
System.Boolean |
clear |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink