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

Represents a builder to be used to create specify circuit. More...

Inheritance diagram for NXOpen.Tooling.SpecifyCircuitBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void CheckStatus ()
 Check whether cooling circuit is finished or not. More...
 
unsafe
NXOpen.Tooling.CoolingFittingData 
CreateCoolingFittingData ()
 Creates the cooling fitting data object. More...
 
unsafe double[] GetCircuitColor ()
 Returns the circuit channel body color. More...
 
unsafe
NXOpen.Tooling.CoolingFittingData 
GetCoolingFittingData ()
 Gets the Cooling Fitting Data object. More...
 
unsafe void GetOneCircuit (NXOpen.Body[] channels)
 Gets intersect cooling list value. More...
 
unsafe void InitializeCircuitSetData ()
 Initializes the circuit set data. More...
 
unsafe void SetCircuitColor (double[] circuitColor)
 Sets the circuit color. 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.NXColor ChannelColor [get, set]
 Returns or sets the circuit channel body color. More...
 
unsafe NXOpen.NXColor CircuitColor [get, set]
 Returns or sets the circuit channel temperary body color. More...
 
unsafe bool CreateFittings [get, set]
 Returns or sets the value which specifies whether to add fittings or not. More...
 
unsafe NXOpen.SelectBodyList InletChannel [get]
 Returns the inlet channel. More...
 
unsafe bool KeepCircuit [get, set]
 Returns or sets the option whether to keep the circuit displayed body. More...
 
unsafe int Layer [get, set]
 Returns or sets the layer value for the selected channels. More...
 
unsafe NXOpen.SelectBody OutletChannel [get]
 Returns the outlet channel. More...
 
unsafe bool UseSymbol [get, set]
 Returns or sets the value which specifies whether to add real component or not. More...
 

Additional Inherited Members

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

Detailed Description

Represents a builder to be used to create specify circuit.

To create a new instance of this class, use NXOpen.Tooling.SpecifyCircuitCollection.CreateBuilder

Default values.

Property Value

CreateFittings

1

KeepCircuit

0

Layer

251

UseSymbol

1

Created in NX8.0.0

Member Function Documentation

unsafe void NXOpen.Tooling.SpecifyCircuitBuilder.CheckStatus ( )
inline

Check whether cooling circuit is finished or not.

Created in NX8.0.0

License requirements: ug_mold_design ("UG MOLD")

unsafe NXOpen.Tooling.CoolingFittingData NXOpen.Tooling.SpecifyCircuitBuilder.CreateCoolingFittingData ( )
inline

Creates the cooling fitting data object.

Created in NX8.0.0

License requirements: ug_mold_design ("UG MOLD")

Returns
the new NXOpen.Tooling.CoolingFittingData instance
unsafe double [] NXOpen.Tooling.SpecifyCircuitBuilder.GetCircuitColor ( )
inline

Returns the circuit channel body color.

Created in NX8.0.0

License requirements: None.

Returns
Array of 3 RGB values, each between 0 and 1
unsafe NXOpen.Tooling.CoolingFittingData NXOpen.Tooling.SpecifyCircuitBuilder.GetCoolingFittingData ( )
inline

Gets the Cooling Fitting Data object.

Created in NX8.0.0

License requirements: ug_mold_design ("UG MOLD")

Returns
unsafe void NXOpen.Tooling.SpecifyCircuitBuilder.GetOneCircuit ( NXOpen.Body[]  channels)
inline

Gets intersect cooling list value.

Created in NX8.0.0

License requirements: ug_mold_design ("UG MOLD")

Parameters
channelsthe cooling body
unsafe void NXOpen.Tooling.SpecifyCircuitBuilder.InitializeCircuitSetData ( )
inline

Initializes the circuit set data.

Created in NX8.0.0

License requirements: ug_mold_design ("UG MOLD")

unsafe void NXOpen.Tooling.SpecifyCircuitBuilder.SetCircuitColor ( double[]  circuitColor)
inline

Sets the circuit color.

Created in NX8.0.0

License requirements: ug_mold_design ("UG MOLD")

Parameters
circuitColorArray of 3 RGB values, each between 0 and 1

Property Documentation

unsafe NXOpen.NXColor NXOpen.Tooling.SpecifyCircuitBuilder.ChannelColor
getset

Returns or sets the circuit channel body color.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe NXOpen.NXColor NXOpen.Tooling.SpecifyCircuitBuilder.CircuitColor
getset

Returns or sets the circuit channel temperary body color.

Created in NX8.0.1

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe bool NXOpen.Tooling.SpecifyCircuitBuilder.CreateFittings
getset

Returns or sets the value which specifies whether to add fittings or not.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe NXOpen.SelectBodyList NXOpen.Tooling.SpecifyCircuitBuilder.InletChannel
get

Returns the inlet channel.

Created in NX8.0.0

License requirements: None.

unsafe bool NXOpen.Tooling.SpecifyCircuitBuilder.KeepCircuit
getset

Returns or sets the option whether to keep the circuit displayed body.

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe int NXOpen.Tooling.SpecifyCircuitBuilder.Layer
getset

Returns or sets the layer value for the selected channels.

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe NXOpen.SelectBody NXOpen.Tooling.SpecifyCircuitBuilder.OutletChannel
get

Returns the outlet channel.

Created in NX8.0.0

License requirements: None.

unsafe bool NXOpen.Tooling.SpecifyCircuitBuilder.UseSymbol
getset

Returns or sets the value which specifies whether to add real component or not.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")


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