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

This class is used by "Fabrication Information" to output fabrication objects information. More...

Inheritance diagram for NXOpen.Weld.InformationBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AttributeOriginType { Object, Df }
 the Object Type enum More...
 

Public Member Functions

unsafe double GetTotalLength ()
 Get the total length of the selection weld objects. More...
 
unsafe double GetTotalVolume ()
 Get the total volume of the selection weld objects. 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
NXOpen.Weld.InformationBuilder.AttributeOriginType 
AttributeOrigin [get, set]
 Returns or sets the option indicating where the attributes are read from, welding object or corresponding Design Feature. More...
 
unsafe bool ConnectedToInformation [get, set]
 Returns or sets the option to specify if the connected to information should be displayed in the output. More...
 
unsafe NXOpen.SelectNXObjectList FabricationObjects [get]
 Returns the list of weld fabrication objects to create the output. More...
 
unsafe bool OutputAttributes [get, set]
 Returns or sets the option to specify if the weld attributes should be included in the output. More...
 
unsafe bool OutputLengthAndVolume [get, set]
 Returns or sets the option to specify if the weld length and volume should be calculated for the output. 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

This class is used by "Fabrication Information" to output fabrication objects information.

When commit is called, attributes and total weld length and volume of selected objects will be output into a list window. No objects are returned when Commit is called.

To create a new instance of this class, use NXOpen.Weld.WeldManager.CreateInformationBuilder

Default values.

Property Value

AttributeOrigin

Object

OutputAttributes

1

OutputLengthAndVolume

0

Created in NX9.0.0

Member Enumeration Documentation

the Object Type enum

Enumerator
Object 
Df 

Member Function Documentation

unsafe double NXOpen.Weld.InformationBuilder.GetTotalLength ( )
inline

Get the total length of the selection weld objects.

This function may be time intensive and should be used after all weld data has been defined.

Created in NX9.0.0

License requirements: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

Returns
unsafe double NXOpen.Weld.InformationBuilder.GetTotalVolume ( )
inline

Get the total volume of the selection weld objects.

This function may be time intensive and should be used after all weld data has been defined.

Created in NX9.0.0

License requirements: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

Returns

Property Documentation

unsafe NXOpen.Weld.InformationBuilder.AttributeOriginType NXOpen.Weld.InformationBuilder.AttributeOrigin
getset

Returns or sets the option indicating where the attributes are read from, welding object or corresponding Design Feature.

Created in NX10.0.0

License requirements to get this property: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

License requirements to set this property: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

unsafe bool NXOpen.Weld.InformationBuilder.ConnectedToInformation
getset

Returns or sets the option to specify if the connected to information should be displayed in the output.

Created in NX11.0.1

License requirements to get this property: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

License requirements to set this property: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

unsafe NXOpen.SelectNXObjectList NXOpen.Weld.InformationBuilder.FabricationObjects
get

Returns the list of weld fabrication objects to create the output.

Created in NX9.0.0

License requirements: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

unsafe bool NXOpen.Weld.InformationBuilder.OutputAttributes
getset

Returns or sets the option to specify if the weld attributes should be included in the output.

Created in NX9.0.0

License requirements to get this property: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

License requirements to set this property: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

unsafe bool NXOpen.Weld.InformationBuilder.OutputLengthAndVolume
getset

Returns or sets the option to specify if the weld length and volume should be calculated for the output.

Created in NX9.0.0

License requirements to get this property: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

License requirements to set this property: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")


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