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

Represents a Tooling::LayoutBuilder builder More...

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

Public Types

enum  BalNumber { Two, Four }
 Represents the number of balance cavity. More...
 
enum  LayoutSubType { Balance, Linear, Radial, Constant }
 Represents the the sub type of layout. More...
 
enum  LayoutType { Rectangle, Circular }
 Represents the type of layout. More...
 
enum  XrefNum { Block, Move }
 Represents the type of x move refer. More...
 
enum  YrefNum { Block, Move }
 Represents the type of y move refer. More...
 

Public Member Functions

unsafe void Autocenter ()
 Make center of cavity More...
 
unsafe void Insertpocket ()
 Insert pocket More...
 
unsafe void Layout ()
 Perform cavity layout More...
 
unsafe void Remove ()
 Remove cavity More...
 
unsafe void Transform ()
 Reposition cavity 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.Tooling.LayoutBuilder.BalNumber 
BalCavityNumber [get, set]
 Returns or sets the balance cavity number More...
 
unsafe int CirCavityNumber [get, set]
 Returns or sets the copy number for circular transform More...
 
unsafe double CirRadius [get, set]
 Returns or sets the radius value More...
 
unsafe double CirRotateAngle [get, set]
 Returns or sets the rotate angle More...
 
unsafe double CirStartAngle [get, set]
 Returns or sets the start angle More...
 
unsafe NXOpen.Expression DimBalFirst [get]
 Returns the first dimension for balance transform More...
 
unsafe NXOpen.Expression DimBalSecond [get]
 Returns the second dimension for balance transform More...
 
unsafe NXOpen.Expression DimXdist [get]
 Returns the cavity distance dimension in X-axis More...
 
unsafe NXOpen.Expression DimYdist [get]
 Returns the cavity distance dimension in Y-axis More...
 
unsafe NXOpen.Direction LayoutVector [get, set]
 Returns or sets the rotate vector More...
 
unsafe int LinXnumber [get, set]
 Returns or sets the copy number for linear transform in X-axis More...
 
unsafe int LinYnumber [get, set]
 Returns or sets the copy number for linear transform in Y-axis More...
 
unsafe
NXOpen.Tooling.LayoutBuilder.LayoutType 
MwLayoutType [get, set]
 Returns or sets the layout pattern type More...
 
unsafe NXOpen.Point RotatePoint [get, set]
 Returns or sets the rotate point More...
 
unsafe NXOpen.SelectBodyList SelectCavity [get]
 Returns the select cavity More...
 
unsafe
NXOpen.Tooling.LayoutBuilder.LayoutSubType 
SubType [get, set]
 Returns or sets the layout transform type More...
 
unsafe
NXOpen.Tooling.LayoutBuilder.XrefNum 
Xref [get, set]
 Returns or sets the layout cavity number in X-axis More...
 
unsafe
NXOpen.Tooling.LayoutBuilder.YrefNum 
Yref [get, set]
 Returns or sets the layout cavity number in Y-axis More...
 

Additional Inherited Members

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

Detailed Description

Represents a Tooling::LayoutBuilder builder

To create a new instance of this class, use NXOpen.Tooling.MWLayoutCollection.CreateLayoutBuilder

Default values.

Property Value

CirCavityNumber

2

CirRadius

0

CirRotateAngle

360

CirStartAngle

0

DimBalFirst.Value

0 (millimeters part), 0 (inches part)

LinXnumber

2

LinYnumber

1

Created in NX6.0.0

Member Enumeration Documentation

Represents the number of balance cavity.

Enumerator
Two 

Two balance cavities

Four 

Four balance cavities

Represents the the sub type of layout.

Enumerator
Balance 

Balance type

Linear 

Linear type

Radial 

Radial circular type

Constant 

Constanct circular type

Represents the type of layout.

Enumerator
Rectangle 

Rectangle layout

Circular 

Circle layout

Represents the type of x move refer.

Enumerator
Block 

Block type

Move 

Move type

Represents the type of y move refer.

Enumerator
Block 

Block type

Move 

Move type

Member Function Documentation

unsafe void NXOpen.Tooling.LayoutBuilder.Autocenter ( )
inline

Make center of cavity

Created in NX6.0.0

License requirements: None.

unsafe void NXOpen.Tooling.LayoutBuilder.Insertpocket ( )
inline

Insert pocket

Created in NX6.0.0

License requirements: None.

unsafe void NXOpen.Tooling.LayoutBuilder.Layout ( )
inline

Perform cavity layout

Created in NX6.0.0

License requirements: None.

unsafe void NXOpen.Tooling.LayoutBuilder.Remove ( )
inline

Remove cavity

Created in NX6.0.0

License requirements: None.

unsafe void NXOpen.Tooling.LayoutBuilder.Transform ( )
inline

Reposition cavity

Created in NX6.0.0

License requirements: None.

Property Documentation

unsafe NXOpen.Tooling.LayoutBuilder.BalNumber NXOpen.Tooling.LayoutBuilder.BalCavityNumber
getset

Returns or sets the balance cavity number

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Tooling.LayoutBuilder.CirCavityNumber
getset

Returns or sets the copy number for circular transform

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.LayoutBuilder.CirRadius
getset

Returns or sets the radius value

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.LayoutBuilder.CirRotateAngle
getset

Returns or sets the rotate angle

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.LayoutBuilder.CirStartAngle
getset

Returns or sets the start angle

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Expression NXOpen.Tooling.LayoutBuilder.DimBalFirst
get

Returns the first dimension for balance transform

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Tooling.LayoutBuilder.DimBalSecond
get

Returns the second dimension for balance transform

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Tooling.LayoutBuilder.DimXdist
get

Returns the cavity distance dimension in X-axis

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Tooling.LayoutBuilder.DimYdist
get

Returns the cavity distance dimension in Y-axis

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Direction NXOpen.Tooling.LayoutBuilder.LayoutVector
getset

Returns or sets the rotate vector

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Tooling.LayoutBuilder.LinXnumber
getset

Returns or sets the copy number for linear transform in X-axis

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Tooling.LayoutBuilder.LinYnumber
getset

Returns or sets the copy number for linear transform in Y-axis

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.LayoutBuilder.LayoutType NXOpen.Tooling.LayoutBuilder.MwLayoutType
getset

Returns or sets the layout pattern type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point NXOpen.Tooling.LayoutBuilder.RotatePoint
getset

Returns or sets the rotate point

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectBodyList NXOpen.Tooling.LayoutBuilder.SelectCavity
get

Returns the select cavity

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Tooling.LayoutBuilder.LayoutSubType NXOpen.Tooling.LayoutBuilder.SubType
getset

Returns or sets the layout transform type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.LayoutBuilder.XrefNum NXOpen.Tooling.LayoutBuilder.Xref
getset

Returns or sets the layout cavity number in X-axis

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.LayoutBuilder.YrefNum NXOpen.Tooling.LayoutBuilder.Yref
getset

Returns or sets the layout cavity number in Y-axis

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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