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

Represents the definition of link condition for shape restriction More...

Inheritance diagram for NXOpen.CAE.Optimization.TBSShapeLinkCondition:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ManufacturingOption {
  PlaneSymmetry, RotationSymmetry, SurfaceStamp, SurfaceTurn,
  SurfaceDrill, SurfaceDemold
}
 Defines the type of link condition More...
 

Properties

unsafe NXOpen.Expression Angle [get]
 Returns the angle for repeating segments or demold restrictions More...
 
unsafe
NXOpen.CAE.Optimization.TBSGroupDefinition 
DemoldGroup [get]
 Returns the surface nodes of demolding area More...
 
unsafe NXOpen.Direction Direction [get, set]
 Returns or sets the direction or the axis, which is avaliable when CAE.Optimization.TBSShapeLinkCondition.ManufacturingType is set to CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceStamp , or CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceDemold , or CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.RotationSymmetry ,or CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceTurn , or CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceDrill More...
 
unsafe
NXOpen.CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption 
ManufacturingType [get, set]
 Returns or sets the manufacturing type More...
 
unsafe NXOpen.Plane SymmetryPlane [get, set]
 Returns or sets the symmetry plane, which is only available when CAE.Optimization.TBSShapeLinkCondition.ManufacturingType is set to CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.PlaneSymmetry More...
 
unsafe NXOpen.Expression Tolerance [get]
 Returns the tolerance of symmetrical recognitions More...
 
unsafe NXOpen.Expression UndercutTolerance [get]
 Returns the undercut tolerance in the demolding area More...
 
unsafe bool UseCylindricalCsys [get, set]
 Returns or sets the option whether to use cylindrical coordinate system, which is avaliable whenCAE.Optimization.TBSShapeLinkCondition.ManufacturingType is set to CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceStamp More...
 
unsafe bool UseSplineToDefineSurface [get, set]
 Returns or sets the option whether to use surface parameters, which is avaliable whenCAE.Optimization.TBSShapeLinkCondition.ManufacturingType is set to CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceStamp , or CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceTurn , or CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceDrill 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.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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the definition of link condition for shape restriction

Created in NX8.5.0

Member Enumeration Documentation

Defines the type of link condition

Enumerator
PlaneSymmetry 

Plane symmetry referring to the plane which lies perpendicular to the given axis of the coordinate system

RotationSymmetry 

Rotation symmetry definition

SurfaceStamp 

Stampable surface definition

SurfaceTurn 

Turnable surface definition

SurfaceDrill 

Drillable surface definition

SurfaceDemold 

Demold surface definition

Property Documentation

unsafe NXOpen.Expression NXOpen.CAE.Optimization.TBSShapeLinkCondition.Angle
get

Returns the angle for repeating segments or demold restrictions

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.CAE.Optimization.TBSGroupDefinition NXOpen.CAE.Optimization.TBSShapeLinkCondition.DemoldGroup
get

Returns the surface nodes of demolding area

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Direction NXOpen.CAE.Optimization.TBSShapeLinkCondition.Direction
getset
unsafe NXOpen.CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption NXOpen.CAE.Optimization.TBSShapeLinkCondition.ManufacturingType
getset

Returns or sets the manufacturing type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: cae_opt_toposhape ("NX Shape Optimization")

unsafe NXOpen.Plane NXOpen.CAE.Optimization.TBSShapeLinkCondition.SymmetryPlane
getset

Returns or sets the symmetry plane, which is only available when CAE.Optimization.TBSShapeLinkCondition.ManufacturingType is set to CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.PlaneSymmetry

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: cae_opt_toposhape ("NX Shape Optimization")

unsafe NXOpen.Expression NXOpen.CAE.Optimization.TBSShapeLinkCondition.Tolerance
get

Returns the tolerance of symmetrical recognitions

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.Optimization.TBSShapeLinkCondition.UndercutTolerance
get

Returns the undercut tolerance in the demolding area

Created in NX8.5.0

License requirements: None.

unsafe bool NXOpen.CAE.Optimization.TBSShapeLinkCondition.UseCylindricalCsys
getset

Returns or sets the option whether to use cylindrical coordinate system, which is avaliable whenCAE.Optimization.TBSShapeLinkCondition.ManufacturingType is set to CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceStamp

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: cae_opt_toposhape ("NX Shape Optimization")

unsafe bool NXOpen.CAE.Optimization.TBSShapeLinkCondition.UseSplineToDefineSurface
getset

Returns or sets the option whether to use surface parameters, which is avaliable whenCAE.Optimization.TBSShapeLinkCondition.ManufacturingType is set to CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceStamp , or CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceTurn , or CAE.Optimization.TBSShapeLinkCondition.ManufacturingOption.SurfaceDrill

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: cae_opt_toposhape ("NX Shape Optimization")


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