NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.LineDesigner.StairwayEquipmentBuilder Class Reference

More...

Inheritance diagram for NXOpen.LineDesigner.StairwayEquipmentBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe bool AddLeftRailingToggle [get, set]
 Returns or sets the left railing toggle More...
 
unsafe bool AddRightRailingToggle [get, set]
 Returns or sets the right railing toggle More...
 
unsafe bool AddRiserToggle [get, set]
 Returns or sets the riser toggle More...
 
unsafe bool AddStringerToggle [get, set]
 Returns or sets the stringer toggle More...
 
unsafe NXOpen.Expression EndElevation [get]
 Returns the end elevation of stairway More...
 
unsafe NXOpen.KFObject KfObject [get]
 Returns the kf object is return More...
 
unsafe int NoOfStairs [get, set]
 Returns or sets the number of stairs More...
 
unsafe NXOpen.Expression Rise [get]
 Returns the vertical distance between two steps More...
 
unsafe NXOpen.Expression Run [get]
 Returns the run More...
 
unsafe NXOpen.Expression StairNosing [get]
 Returns the stair nosing More...
 
unsafe NXOpen.Expression StairWidth [get]
 Returns the stair width More...
 
unsafe NXOpen.Expression StartElevation [get]
 Returns the start elevation of stairway More...
 
unsafe NXOpen.Expression StringerHeight [get]
 Returns the stringer height More...
 
unsafe NXOpen.Expression StringerWidth [get]
 Returns the stringer width More...
 
unsafe NXOpen.Expression TotalRise [get]
 Returns the total rise More...
 
unsafe NXOpen.Expression TotalRun [get]
 Returns the total run More...
 
unsafe NXOpen.Expression TreadHeight [get]
 Returns the tread height More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

To create a new instance of this class, use NXOpen.LineDesigner.LineDesignerManager.CreateStairwayEquipmentBuilder

Default values.

Property Value

AddRiserToggle

0

AddStringerToggle

1

EndElevation.Value

2425 (millimeters part), 117 (inches part)

NoOfStairs

8

Rise.Value

175 (millimeters part), 7 (inches part)

Run.Value

280 (millimeters part), 11 (inches part)

StairNosing.Value

13 (millimeters part), 0.5 (inches part)

StairWidth.Value

915 (millimeters part), 36 (inches part)

StartElevation.Value

4000 (millimeters part), 180 (inches part)

StringerHeight.Value

305 (millimeters part), 12 (inches part)

StringerWidth.Value

37.5 (millimeters part), 1.5 (inches part)

TotalRise.Value

-1575 (millimeters part), -63 (inches part)

TotalRun.Value

2240 (millimeters part), 88 (inches part)

TreadHeight.Value

50 (millimeters part), 1.5 (inches part)

Created in NX9.0.0

Property Documentation

unsafe bool NXOpen.LineDesigner.StairwayEquipmentBuilder.AddLeftRailingToggle
getset

Returns or sets the left railing toggle

Created in NX9.0.0

License requirements to get this property: ld_line_designer ("FULL LINE DESIGNER")

License requirements to set this property: ld_line_designer ("FULL LINE DESIGNER")

unsafe bool NXOpen.LineDesigner.StairwayEquipmentBuilder.AddRightRailingToggle
getset

Returns or sets the right railing toggle

Created in NX9.0.0

License requirements to get this property: ld_line_designer ("FULL LINE DESIGNER")

License requirements to set this property: ld_line_designer ("FULL LINE DESIGNER")

unsafe bool NXOpen.LineDesigner.StairwayEquipmentBuilder.AddRiserToggle
getset

Returns or sets the riser toggle

Created in NX9.0.0

License requirements to get this property: ld_line_designer ("FULL LINE DESIGNER")

License requirements to set this property: ld_line_designer ("FULL LINE DESIGNER")

unsafe bool NXOpen.LineDesigner.StairwayEquipmentBuilder.AddStringerToggle
getset

Returns or sets the stringer toggle

Created in NX9.0.0

License requirements to get this property: ld_line_designer ("FULL LINE DESIGNER")

License requirements to set this property: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.EndElevation
get

Returns the end elevation of stairway

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.KFObject NXOpen.LineDesigner.StairwayEquipmentBuilder.KfObject
get

Returns the kf object is return

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe int NXOpen.LineDesigner.StairwayEquipmentBuilder.NoOfStairs
getset

Returns or sets the number of stairs

Created in NX9.0.0

License requirements to get this property: ld_line_designer ("FULL LINE DESIGNER")

License requirements to set this property: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.Rise
get

Returns the vertical distance between two steps

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.Run
get

Returns the run

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.StairNosing
get

Returns the stair nosing

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.StairWidth
get

Returns the stair width

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.StartElevation
get

Returns the start elevation of stairway

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.StringerHeight
get

Returns the stringer height

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.StringerWidth
get

Returns the stringer width

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.TotalRise
get

Returns the total rise

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.TotalRun
get

Returns the total run

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

unsafe NXOpen.Expression NXOpen.LineDesigner.StairwayEquipmentBuilder.TreadHeight
get

Returns the tread height

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.