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

The CalculateArea builder More...

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

Public Types

enum  SheetMethodType { Curve, Mesh }
 Represents the methods to create the projected sheet body. More...
 

Properties

unsafe NXOpen.Expression AngularAccuracy [get]
 Returns the angular accuracy used as the minimum angle between two reference planes. More...
 
unsafe NXOpen.Expression ApproximationTolerance [get]
 Returns the area calculation approximation tolerance. More...
 
unsafe bool CreateSheet [get, set]
 Returns or sets the option to indicate creating projected sheet or not More...
 
unsafe NXOpen.Expression DimTolerance [get]
 Returns the dim tolerance used as the area calculation tolerance. More...
 
unsafe NXOpen.NXObject PlaneDefine [get, set]
 Returns or sets the plane defined as the reference plane to calculate area, the type could be planar face, datum plane and plane. More...
 
unsafe NXOpen.SelectBodyList SelectionTarget [get]
 Returns the target body to calculate area. More...
 
unsafe
NXOpen.Tooling.CalculateAreaBuilder.SheetMethodType 
SheetMethod [get, set]
 Returns or sets the method used to create the projected sheet body. More...
 
unsafe bool ToggleSideArea [get, set]
 Returns or sets the toggle side area to indicate calculate side area or not. 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

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

The CalculateArea builder

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

Default values.

Property Value

AngularAccuracy.Value

1.0

ApproximationTolerance.Value

0.1 (millimeters part), 0.004 (inches part)

CreateSheet

0

DimTolerance.Value

0.01 (millimeters part), 0.001 (inches part)

SheetMethod

Curve

ToggleSideArea

0

Created in NX7.0.0

Member Enumeration Documentation

Represents the methods to create the projected sheet body.

Enumerator
Curve 

Using projected curve method to create the sheet body.

Mesh 

Using mesh method to create the sheet body.

Property Documentation

unsafe NXOpen.Expression NXOpen.Tooling.CalculateAreaBuilder.AngularAccuracy
get

Returns the angular accuracy used as the minimum angle between two reference planes.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Tooling.CalculateAreaBuilder.ApproximationTolerance
get

Returns the area calculation approximation tolerance.

Created in NX11.0.1

License requirements: None.

unsafe bool NXOpen.Tooling.CalculateAreaBuilder.CreateSheet
getset

Returns or sets the option to indicate creating projected sheet or not

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard")

unsafe NXOpen.Expression NXOpen.Tooling.CalculateAreaBuilder.DimTolerance
get

Returns the dim tolerance used as the area calculation tolerance.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.NXObject NXOpen.Tooling.CalculateAreaBuilder.PlaneDefine
getset

Returns or sets the plane defined as the reference plane to calculate area, the type could be planar face, datum plane and plane.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectBodyList NXOpen.Tooling.CalculateAreaBuilder.SelectionTarget
get

Returns the target body to calculate area.

It can be a single solid/sheet body, or multiple solid/sheet bodies.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Tooling.CalculateAreaBuilder.SheetMethodType NXOpen.Tooling.CalculateAreaBuilder.SheetMethod
getset

Returns or sets the method used to create the projected sheet body.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard")

unsafe bool NXOpen.Tooling.CalculateAreaBuilder.ToggleSideArea
getset

Returns or sets the toggle side area to indicate calculate side area or not.

Created in NX7.5.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.