NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Routing.PlatformCreatorBuilder Class Reference

Builder for creating platform. More...

Inheritance diagram for NXOpen.Routing.PlatformCreatorBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ReferenceType { Horizontal, Vertical }
 The grate orientation symbol reference More...
 

Public Member Functions

unsafe
NXOpen.Routing.CharacteristicList 
GetPlateAppliedCharx ()
 Gets the plate charx which is used for platform plate More...
 
unsafe
NXOpen.Routing.CharacteristicList 
GetPlatePart ()
 Gets the plate part which data is used for platform plate More...
 
unsafe void SetPlateAppliedCharx (NXOpen.Routing.CharacteristicList appliedCharx)
 Sets the plate charx which is used for platform plate More...
 
unsafe void SetPlatePart (NXOpen.Routing.CharacteristicList platePart)
 Sets the plate part which data is used for plaform plate More...
 
unsafe void SpecifyPlate ()
 The specify plate button callback More...
 
- 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe string ExternalFrameAnchorName [get, set]
 Returns or sets the external frame stock anchor More...
 
unsafe
NXOpen.Routing.PathStockBuilder 
ExternalStockSettings [get]
 Returns the external frame stock settings for stock assignment. More...
 
unsafe
NXOpen.Routing.PlatformCreatorBuilder.ReferenceType 
GrateOrientationReference [get, set]
 Returns or sets the grate orientation reference More...
 
unsafe bool GrateOrientationSymbolDisplay [get, set]
 Returns or sets the grate orientation symbol display More...
 
unsafe NXOpen.SelectNXObject GrateOrientationSymbolRefSelection [get]
 Returns the grate orientation symbol ref selection More...
 
unsafe string InternalFrameAnchorName [get, set]
 Returns or sets the internal frame stock anchor More...
 
unsafe
NXOpen.Routing.PathStockBuilder 
InternalStockSettings [get]
 Returns the internal stock settings for stock assignment. More...
 
unsafe NXOpen.Section PlateBoundariesSelection [get]
 Returns the platform part boundaries section More...
 
unsafe NXOpen.Section SelectOuterBoundary [get]
 Returns the platform outer boundary section More...
 
unsafe bool ThickenDirection [get, set]
 Returns or sets the thicken direction More...
 
unsafe bool UseSameStock [get, set]
 Returns or sets the internal frame use same stock option 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Builder for creating platform.

Create platform: Takes platform outer boundaries sketch, platform plate boundaries sketch, platform plates, stocks for external and internal frames. Grate orientation symbol display is optional.

To create a new instance of this class, use NXOpen.Routing.RouteManager.CreatePlatformCreatorBuilder

Created in NX8.5.0

Member Enumeration Documentation

The grate orientation symbol reference

Enumerator
Horizontal 
Vertical 

Member Function Documentation

unsafe NXOpen.Routing.CharacteristicList NXOpen.Routing.PlatformCreatorBuilder.GetPlateAppliedCharx ( )
inline

Gets the plate charx which is used for platform plate

Created in NX8.5.0

License requirements: routing_platform ("Routing Platform")

Returns
unsafe NXOpen.Routing.CharacteristicList NXOpen.Routing.PlatformCreatorBuilder.GetPlatePart ( )
inline

Gets the plate part which data is used for platform plate

Created in NX8.5.0

License requirements: routing_platform ("Routing Platform")

Returns
unsafe void NXOpen.Routing.PlatformCreatorBuilder.SetPlateAppliedCharx ( NXOpen.Routing.CharacteristicList  appliedCharx)
inline

Sets the plate charx which is used for platform plate

Created in NX8.5.0

License requirements: routing_platform ("Routing Platform")

Parameters
appliedCharx
unsafe void NXOpen.Routing.PlatformCreatorBuilder.SetPlatePart ( NXOpen.Routing.CharacteristicList  platePart)
inline

Sets the plate part which data is used for plaform plate

Created in NX8.5.0

License requirements: routing_platform ("Routing Platform")

Parameters
platePart
unsafe void NXOpen.Routing.PlatformCreatorBuilder.SpecifyPlate ( )
inline

The specify plate button callback

Created in NX8.5.0

License requirements: routing_platform ("Routing Platform")

Property Documentation

unsafe string NXOpen.Routing.PlatformCreatorBuilder.ExternalFrameAnchorName
getset

Returns or sets the external frame stock anchor

Created in NX8.5.0

License requirements to get this property: routing_platform ("Routing Platform")

License requirements to set this property: routing_platform ("Routing Platform")

unsafe NXOpen.Routing.PathStockBuilder NXOpen.Routing.PlatformCreatorBuilder.ExternalStockSettings
get

Returns the external frame stock settings for stock assignment.

Created in NX8.5.0

License requirements: routing_platform ("Routing Platform")

unsafe NXOpen.Routing.PlatformCreatorBuilder.ReferenceType NXOpen.Routing.PlatformCreatorBuilder.GrateOrientationReference
getset

Returns or sets the grate orientation reference

Created in NX8.5.0

License requirements to get this property: routing_platform ("Routing Platform")

License requirements to set this property: routing_platform ("Routing Platform")

unsafe bool NXOpen.Routing.PlatformCreatorBuilder.GrateOrientationSymbolDisplay
getset

Returns or sets the grate orientation symbol display

Created in NX8.5.0

License requirements to get this property: routing_platform ("Routing Platform")

License requirements to set this property: routing_platform ("Routing Platform")

unsafe NXOpen.SelectNXObject NXOpen.Routing.PlatformCreatorBuilder.GrateOrientationSymbolRefSelection
get

Returns the grate orientation symbol ref selection

Created in NX8.5.0

License requirements: routing_platform ("Routing Platform")

unsafe string NXOpen.Routing.PlatformCreatorBuilder.InternalFrameAnchorName
getset

Returns or sets the internal frame stock anchor

Created in NX8.5.0

License requirements to get this property: routing_platform ("Routing Platform")

License requirements to set this property: routing_platform ("Routing Platform")

unsafe NXOpen.Routing.PathStockBuilder NXOpen.Routing.PlatformCreatorBuilder.InternalStockSettings
get

Returns the internal stock settings for stock assignment.

Created in NX8.5.0

License requirements: routing_platform ("Routing Platform")

unsafe NXOpen.Section NXOpen.Routing.PlatformCreatorBuilder.PlateBoundariesSelection
get

Returns the platform part boundaries section

Created in NX8.5.0

License requirements: routing_platform ("Routing Platform")

unsafe NXOpen.Section NXOpen.Routing.PlatformCreatorBuilder.SelectOuterBoundary
get

Returns the platform outer boundary section

Created in NX8.5.0

License requirements: routing_platform ("Routing Platform")

unsafe bool NXOpen.Routing.PlatformCreatorBuilder.ThickenDirection
getset

Returns or sets the thicken direction

Created in NX8.5.0

License requirements to get this property: routing_platform ("Routing Platform")

License requirements to set this property: routing_platform ("Routing Platform")

unsafe bool NXOpen.Routing.PlatformCreatorBuilder.UseSameStock
getset

Returns or sets the internal frame use same stock option

Created in NX8.5.0

License requirements to get this property: routing_platform ("Routing Platform")

License requirements to set this property: routing_platform ("Routing Platform")


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