Class BoltedConnectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
BoltedConnectionBuilder
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)
Namespace: NXOpen.Features.StructureDesign
Assembly: NXOpen.dll
Syntax
public class BoltedConnectionBuilder : FeatureParmsBuilder, IMessageSink, IComponentBuilder
Constructors
BoltedConnectionBuilder()
Declaration
protected BoltedConnectionBuilder()
Properties
AddFasteners
Declaration
public bool AddFasteners { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BeamColumnConnectionSubType
Declaration
public BoltedConnectionBuilder.BeamColumnConnectionSubTypes BeamColumnConnectionSubType { get; set; }
Property Value
Type | Description |
---|---|
BoltedConnectionBuilder.BeamColumnConnectionSubTypes |
BodyOne
Declaration
public ScCollector BodyOne { get; }
Property Value
Type | Description |
---|---|
ScCollector |
BodyTwo
Declaration
public ScCollector BodyTwo { get; }
Property Value
Type | Description |
---|---|
ScCollector |
BoltedConnectionName
Declaration
public string BoltedConnectionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConfigurationName
Declaration
public string ConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionType
Declaration
public BoltedConnectionBuilder.ConnectionTypes ConnectionType { get; set; }
Property Value
Type | Description |
---|---|
BoltedConnectionBuilder.ConnectionTypes |
FaceOne
Declaration
public ScCollector FaceOne { get; }
Property Value
Type | Description |
---|---|
ScCollector |
FaceTwo
Declaration
public ScCollector FaceTwo { get; }
Property Value
Type | Description |
---|---|
ScCollector |
SpliceConnectionSubType
Declaration
public BoltedConnectionBuilder.SpliceConnectionSubTypes SpliceConnectionSubType { get; set; }
Property Value
Type | Description |
---|---|
BoltedConnectionBuilder.SpliceConnectionSubTypes |
StockData
Declaration
public FeatureSpreadsheetBuilder StockData { get; }
Property Value
Type | Description |
---|---|
FeatureSpreadsheetBuilder |
Methods
UpdateStockSectionTypes(Boolean)
Declaration
public void UpdateStockSectionTypes(bool sectionModified)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | sectionModified |
Implements
System.Runtime.Remoting.Messaging.IMessageSink