Class SteelSupportBuilder
Inheritance
SteelSupportBuilder
Assembly: NXOpen.dll
Syntax
public class SteelSupportBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
SteelSupportBuilder()
Declaration
protected SteelSupportBuilder()
Properties
AngularDim
Declaration
public Expression AngularDim { get; }
Property Value
AttributeMaterial
Declaration
public int AttributeMaterial { get; set; }
Property Value
AttributeName
Declaration
public int AttributeName { get; set; }
Property Value
CoordSystem
Declaration
public CoordinateSystem CoordSystem { get; set; }
Property Value
EndCapSize
Declaration
public int EndCapSize { get; set; }
Property Value
EndCapThickness
Declaration
public Expression EndCapThickness { get; }
Property Value
EndCapType
Declaration
public int EndCapType { get; set; }
Property Value
EndOffset
Declaration
public Expression EndOffset { get; }
Property Value
EndPlane
Declaration
public Plane EndPlane { get; set; }
Property Value
KeepCoordSystem
Declaration
public bool KeepCoordSystem { get; set; }
Property Value
KeepEndPlane
Declaration
public bool KeepEndPlane { get; set; }
Property Value
KeepReverseEndOffset
Declaration
public bool KeepReverseEndOffset { get; set; }
Property Value
KeepReverseLine1Offset
Declaration
public bool KeepReverseLine1Offset { get; set; }
Property Value
KeepReverseLine2Offset
Declaration
public bool KeepReverseLine2Offset { get; set; }
Property Value
KeepReverseStartOffset
Declaration
public bool KeepReverseStartOffset { get; set; }
Property Value
KeepSelectGuideCurve
Declaration
public bool KeepSelectGuideCurve { get; set; }
Property Value
KeepSelectLine1
Declaration
public bool KeepSelectLine1 { get; set; }
Property Value
KeepSelectLine2
Declaration
public bool KeepSelectLine2 { get; set; }
Property Value
KeepSelectOrientationLine
Declaration
public bool KeepSelectOrientationLine { get; set; }
Property Value
KeepStartPlane
Declaration
public bool KeepStartPlane { get; set; }
Property Value
Line1Offset
Declaration
public Expression Line1Offset { get; }
Property Value
Line2Offset
Declaration
public Expression Line2Offset { get; }
Property Value
PlacementMethod
Declaration
public SteelSupportBuilder.CreationMethod PlacementMethod { get; set; }
Property Value
ReverseEndOffset
Declaration
public bool ReverseEndOffset { get; set; }
Property Value
ReverseLine1Offset
Declaration
public bool ReverseLine1Offset { get; set; }
Property Value
ReverseLine2Offset
Declaration
public bool ReverseLine2Offset { get; set; }
Property Value
ReverseStartOffset
Declaration
public bool ReverseStartOffset { get; set; }
Property Value
SelectGuideCurve
Declaration
public SelectTaggedObject SelectGuideCurve { get; }
Property Value
SelectLine1
Declaration
public SelectTaggedObject SelectLine1 { get; }
Property Value
SelectLine2
Declaration
public SelectTaggedObject SelectLine2 { get; }
Property Value
SelectOrientationLine
Declaration
public SelectTaggedObject SelectOrientationLine { get; }
Property Value
StartCapSize
Declaration
public int StartCapSize { get; set; }
Property Value
StartCapThickness
Declaration
public Expression StartCapThickness { get; }
Property Value
StartCapType
Declaration
public int StartCapType { get; set; }
Property Value
StartOffset
Declaration
public Expression StartOffset { get; }
Property Value
StartPlane
Declaration
public Plane StartPlane { get; set; }
Property Value
SupportCapOptions
Declaration
public SteelSupportBuilder.CapOptions SupportCapOptions { get; set; }
Property Value
SupportSize
Declaration
public int SupportSize { get; set; }
Property Value
SupportType
Declaration
public int SupportType { get; set; }
Property Value
Methods
GetAvailableAttributeMaterials()
Declaration
public string[] GetAvailableAttributeMaterials()
Returns
GetAvailableAttributeNames()
Declaration
public string[] GetAvailableAttributeNames()
Returns
GetAvailableCapTypes()
Declaration
public string[] GetAvailableCapTypes()
Returns
GetAvailableEndCapSizes()
Declaration
public string[] GetAvailableEndCapSizes()
Returns
GetAvailableStartCapSizes()
Declaration
public string[] GetAvailableStartCapSizes()
Returns
GetAvailableSupportSizes()
Declaration
public string[] GetAvailableSupportSizes()
Returns
GetAvailableSupportTypes()
Declaration
public string[] GetAvailableSupportTypes()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink