NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.EndCutBlockBuilder Class Reference

Represents a End Cut Block Builder. More...

Inheritance diagram for NXOpen.EndCutBlockBuilder:
NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  TaperTypeOption { Trim, Extend, TrimAndExtend }
 Taper Type More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe NXOpen.Expression Angle [get]
 Returns the angle More...
 
unsafe NXOpen.Expression Offset [get]
 Returns the offset More...
 
unsafe
NXOpen.SketchExpressionModifierBuilder 
SketchBlock [get]
 Returns the end cut block More...
 
unsafe
NXOpen.EndCutBlockBuilder.TaperTypeOption 
TaperType [get, set]
 Returns or sets the taperType More...
 

Detailed Description

Represents a End Cut Block Builder.

Created in NX5.3.0

Member Enumeration Documentation

Taper Type

Enumerator
Trim 
Extend 
TrimAndExtend 

Member Function Documentation

unsafe bool NXOpen.EndCutBlockBuilder.Validate ( )

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Expression NXOpen.EndCutBlockBuilder.Angle
get

Returns the angle

Created in NX5.0.3

License requirements: None.

unsafe NXOpen.Expression NXOpen.EndCutBlockBuilder.Offset
get

Returns the offset

Created in NX5.0.3

License requirements: None.

unsafe NXOpen.SketchExpressionModifierBuilder NXOpen.EndCutBlockBuilder.SketchBlock
get

Returns the end cut block

Created in NX5.0.3

License requirements: None.

unsafe NXOpen.EndCutBlockBuilder.TaperTypeOption NXOpen.EndCutBlockBuilder.TaperType
getset

Returns or sets the taperType

Created in NX5.0.3

License requirements to get this property: None.

License requirements to set this property: nx_ship_concept ("Ship Concept")


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