Class ElectricalStockDefinition
Inheritance
ElectricalStockDefinition
Assembly: NXOpen.dll
Syntax
public class ElectricalStockDefinition : StockDefinition, IMessageSink, ICharacteristic, INXObject
Constructors
ElectricalStockDefinition()
Declaration
protected ElectricalStockDefinition()
Properties
CrossSectionType
Declaration
public ElectricalStockDefinition.SectionType CrossSectionType { get; set; }
Property Value
Gauge
Declaration
public double Gauge { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
LinearDensity
Declaration
public double LinearDensity { get; set; }
Property Value
MinBendRadius
Declaration
public double MinBendRadius { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
WireType
Declaration
public string WireType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink