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

Represents a LibraryAuthoringBuilder. More...

Inheritance diagram for NXOpen.PID.LibraryAuthoringBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.DiagrammingLibraryAuthor.AttributeHolder 
Create3DSymbol (string instanceId, string partId, string partName, string numberName)
 Creates a new 3D symbol More...
 
unsafe
NXOpen.DiagrammingLibraryAuthor.LineTypeBuilder 
CreateLineType ()
 Creates a new line type More...
 
unsafe void Delete3DSymbol (NXOpen.DiagrammingLibraryAuthor.AttributeHolder symbolObject)
 Deletes the 3D symbol which is new created More...
 
unsafe void GetSymbolObjects (out NXOpen.DiagrammingLibraryAuthor.AttributeHolder[] symbolObjects)
 Gets the symbol objects which have user attributes of the symbol. More...
 
unsafe void SelectFolder (string classId, string symbolId)
 Selects the all symbols in the folder by the 2D symbol ID More...
 
unsafe void SelectSymbol (string symbolId)
 Selects one 2D symbol or 3D symbol by the symbol ID 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.DiagrammingLibraryAuthor.LineTypeBuilderList 
LineTypes [get]
 Returns the list of line types. More...
 
unsafe string OutputFolder [get, set]
 Returns or sets the output folder for generated files. More...
 
unsafe
NXOpen.DiagrammingLibraryAuthor.PipeStockBuilder 
PipeStock [get]
 Returns the pipe stock sub-builder. More...
 
unsafe
NXOpen.DiagrammingLibraryAuthor.Symbol2DBuilder 
Symbol2D [get]
 Returns the symbol 2D sub-builder. More...
 
unsafe
NXOpen.DiagrammingLibraryAuthor.Symbol3DBuilder 
Symbol3D [get]
 Returns the symbol 3D sub-builder. 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

Represents a LibraryAuthoringBuilder.

Calling Builder.Commit on this builder will only return a null reference (Nothing in Visual Basic).

To create a new instance of this class, use NXOpen.PID.PidManager.CreateLibraryAuthoringBuilder

Default values.

Property Value

Symbol2D.Image.CaptureMethod

GraphicsArea

Symbol2D.Image.Format

Bmp

Symbol2D.Image.Size

Pixels64

Created in NX11.0.1

Member Function Documentation

unsafe NXOpen.DiagrammingLibraryAuthor.AttributeHolder NXOpen.PID.LibraryAuthoringBuilder.Create3DSymbol ( string  instanceId,
string  partId,
string  partName,
string  numberName 
)
inline

Creates a new 3D symbol

Created in NX11.0.1

License requirements: nx_pid_design_author ("NX P and ID Design Author")

Parameters
instanceId
partId
partName
numberName
Returns
the symbol object
unsafe NXOpen.DiagrammingLibraryAuthor.LineTypeBuilder NXOpen.PID.LibraryAuthoringBuilder.CreateLineType ( )
inline

Creates a new line type

Created in NX11.0.1

License requirements: nx_pid_design_author ("NX P and ID Design Author")

Returns
unsafe void NXOpen.PID.LibraryAuthoringBuilder.Delete3DSymbol ( NXOpen.DiagrammingLibraryAuthor.AttributeHolder  symbolObject)
inline

Deletes the 3D symbol which is new created

Created in NX11.0.1

License requirements: nx_pid_design_author ("NX P and ID Design Author")

Parameters
symbolObjectthe symbol object, only accept the object which is got by NXOpen.PID.LibraryAuthoringBuilder.Create3DSymbol
unsafe void NXOpen.PID.LibraryAuthoringBuilder.GetSymbolObjects ( out NXOpen.DiagrammingLibraryAuthor.AttributeHolder[]  symbolObjects)
inline

Gets the symbol objects which have user attributes of the symbol.

Created in NX11.0.1

License requirements: nx_pid_design_author ("NX P and ID Design Author")

Parameters
symbolObjectsthe symbol objects
unsafe void NXOpen.PID.LibraryAuthoringBuilder.SelectFolder ( string  classId,
string  symbolId 
)
inline

Selects the all symbols in the folder by the 2D symbol ID

Created in NX11.0.1

License requirements: nx_pid_design_author ("NX P and ID Design Author")

Parameters
classId
symbolId
unsafe void NXOpen.PID.LibraryAuthoringBuilder.SelectSymbol ( string  symbolId)
inline

Selects one 2D symbol or 3D symbol by the symbol ID

Created in NX11.0.1

License requirements: nx_pid_design_author ("NX P and ID Design Author")

Parameters
symbolId

Property Documentation

unsafe NXOpen.DiagrammingLibraryAuthor.LineTypeBuilderList NXOpen.PID.LibraryAuthoringBuilder.LineTypes
get

Returns the list of line types.

Created in NX11.0.1

License requirements: nx_pid_design_author ("NX P and ID Design Author")

unsafe string NXOpen.PID.LibraryAuthoringBuilder.OutputFolder
getset

Returns or sets the output folder for generated files.

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pid_design_author ("NX P and ID Design Author")

unsafe NXOpen.DiagrammingLibraryAuthor.PipeStockBuilder NXOpen.PID.LibraryAuthoringBuilder.PipeStock
get

Returns the pipe stock sub-builder.

Created in NX11.0.1

License requirements: nx_pid_design_author ("NX P and ID Design Author")

unsafe NXOpen.DiagrammingLibraryAuthor.Symbol2DBuilder NXOpen.PID.LibraryAuthoringBuilder.Symbol2D
get

Returns the symbol 2D sub-builder.

Created in NX11.0.1

License requirements: nx_pid_design_author ("NX P and ID Design Author")

unsafe NXOpen.DiagrammingLibraryAuthor.Symbol3DBuilder NXOpen.PID.LibraryAuthoringBuilder.Symbol3D
get

Returns the symbol 3D sub-builder.

Created in NX11.0.1

License requirements: nx_pid_design_author ("NX P and ID Design Author")


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