Class LaminatePlySectionBuilder
Inheritance
LaminatePlySectionBuilder
Assembly: NXOpen.dll
Syntax
public class LaminatePlySectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
LaminatePlySectionBuilder()
Declaration
protected LaminatePlySectionBuilder()
Properties
CoreOffsetScale
Declaration
public double CoreOffsetScale { get; set; }
Property Value
PlyColor
Declaration
public int PlyColor { get; set; }
Property Value
PlyOffsetScale
Declaration
public double PlyOffsetScale { get; set; }
Property Value
SectionName
Declaration
public string SectionName { get; set; }
Property Value
SectionPlane
Declaration
public Plane SectionPlane { get; set; }
Property Value
SelectAllLaminates
Declaration
public bool SelectAllLaminates { get; set; }
Property Value
Methods
GetSelectedLaminates(out Laminate[])
Declaration
public void GetSelectedLaminates(out Laminate[] laminates)
Parameters
Type |
Name |
Description |
Laminate[] |
laminates |
|
SetSelectedLaminates(Laminate[])
Declaration
public void SetSelectedLaminates(Laminate[] laminates)
Parameters
Type |
Name |
Description |
Laminate[] |
laminates |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink