NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.SheetMetal.JogBuilder Class Reference

Represents a Jog feature builder. More...

Inheritance diagram for NXOpen.Features.SheetMetal.JogBuilder:
NXOpen.Features.SheetMetal.SheetmetalBaseBuilder NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  BendLocationOptions { MaterialInside, MaterialOutside, BendOutside }
 Represents the bend location type. More...
 
enum  DimensionTypeOptions { Offset, Full }
 the Dimension options for jog. More...
 
enum  DirectionTypeOptions { SectionNormalSide, SectionReverseNormalSide }
 this enum represents the direction for the Jog. More...
 
enum  FixedSideOptions { SectionSideLeft, SectionSideRight }
 The "left" option represents the side to the left of a person who is walking along the section in the direction of its curves when the section normal is pointing up. More...
 

Public Member Functions

unsafe NXOpen.Expression GetHeight ()
 Height of the Jog More...
 
unsafe void SetHeight (string height)
  More...
 
unsafe int ValidateBuilderData ()
 Verify whether the builder data is valid for creating a jog or not. More...
 
- Public Member Functions inherited from NXOpen.Features.SheetMetal.SheetmetalBaseBuilder
unsafe
NXOpen.Features.SheetMetal.ApplicationContext 
GetApplicationContext ()
 Get the application context. More...
 
unsafe void SetApplicationContext (NXOpen.Features.SheetMetal.ApplicationContext appContext)
 Set the application context. More...
 
- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external 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.Expression Angle [get]
 Returns the angle More...
 
unsafe
NXOpen.Features.SheetMetal.JogBuilder.BendLocationOptions 
BendLocation [get, set]
 Returns or sets More...
 
unsafe
NXOpen.Features.SheetMetal.BendOptions 
BendOptions [get]
 Returns the bend options. More...
 
unsafe
NXOpen.Features.SheetMetal.JogBuilder.DimensionTypeOptions 
DimensionType [get, set]
 Returns or sets the Offset Dimension More...
 
unsafe
NXOpen.Features.SheetMetal.JogBuilder.DirectionTypeOptions 
DirectionType [get, set]
 Returns or sets More...
 
unsafe bool ExtendProfile [get, set]
 Returns or sets More...
 
unsafe
NXOpen.Features.SheetMetal.JogBuilder.FixedSideOptions 
FixedSide [get, set]
 Returns or sets More...
 
unsafe NXOpen.Section Section [get, set]
 Returns or sets More...
 
unsafe
NXOpen.Features.SketchFeature 
Sketch [get, set]
 Returns or sets More...
 
unsafe NXOpen.Face TargetFace [get, set]
 Returns or sets the target face on which jog feature applies. More...
 

Additional Inherited Members

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

Detailed Description

Represents a Jog feature builder.

To create a new instance of this class, use NXOpen.Features.SheetMetal.SheetmetalManager.CreateJogFeatureBuilder

Created in NX5.0.0

Member Enumeration Documentation

Represents the bend location type.

Enumerator
MaterialInside 
MaterialOutside 
BendOutside 

the Dimension options for jog.

This specifies whether the Jog's depth must be measured from the plane to which the section is attached or from the

Enumerator
Offset 

the actual depth will be depth plus the thickness of sheet.

Full 

the actual extent distance will be the value specified as depth.

this enum represents the direction for the Jog.

Enumerator
SectionNormalSide 

jog created on the side of the section normal.

SectionReverseNormalSide 

jog created on the side opposite to that of the section normal

The "left" option represents the side to the left of a person who is walking along the section in the direction of its curves when the section normal is pointing up.

The "right" option represents the person's right hand side. This interpretation is the same regardless of whether the section is open or closed. The "right" side at any point along the section can also be represented by the vector resulting from the cross product of the curve tangent (of the section curve at that point) and the section normal. The "left" side is the opposite.

Enumerator
SectionSideLeft 

Side pointed to by the inverse of the tangent cross normal vector

SectionSideRight 

Side pointed to by the tangent cross normal vector

Member Function Documentation

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.JogBuilder.GetHeight ( )
inline

Height of the Jog

Created in NX5.0.0

License requirements: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Returns
unsafe void NXOpen.Features.SheetMetal.JogBuilder.SetHeight ( string  height)
inline

Created in NX5.0.0

Deprecated in NX10.0.0. Use Expression.RightHandSide on the Expression object returned from Features.SheetMetal.JogBuilder.GetHeight instead.

License requirements: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
height
unsafe int NXOpen.Features.SheetMetal.JogBuilder.ValidateBuilderData ( )
inline

Verify whether the builder data is valid for creating a jog or not.

If the Builder data is valid, returned value shall be 0

Created in NX5.0.0

License requirements: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Returns
Data Validity Flag.

Property Documentation

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.JogBuilder.Angle
get

Returns the angle

Created in NX12.0.2

License requirements: None.

unsafe NXOpen.Features.SheetMetal.JogBuilder.BendLocationOptions NXOpen.Features.SheetMetal.JogBuilder.BendLocation
getset

Returns or sets

Created in NX5.0.0

License requirements to get this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

License requirements to set this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

unsafe NXOpen.Features.SheetMetal.BendOptions NXOpen.Features.SheetMetal.JogBuilder.BendOptions
get

Returns the bend options.

The option Features.SheetMetal.BendOptions.CornerReliefTypeOptions.None is not valid for the Features.Jog starting NX11 onwards.

From NX 12 Features.SheetMetal.BendOptions.ExtendBendRelief has no effect on the Jog feature.

Created in NX5.0.0

License requirements: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

unsafe NXOpen.Features.SheetMetal.JogBuilder.DimensionTypeOptions NXOpen.Features.SheetMetal.JogBuilder.DimensionType
getset

Returns or sets the Offset Dimension

The actual extent distance of the Jog will be determined by the active dimension option. In case of Features.SheetMetal.JogBuilder.DimensionTypeOptions.Offset the actual extent distance will be offset dimension distance plus the thickness of sheet. In case of Features.SheetMetal.JogBuilder.DimensionTypeOptions.Full the actual extent distance will be the Full dimension distance.

Created in NX5.0.0

License requirements to get this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

License requirements to set this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

unsafe NXOpen.Features.SheetMetal.JogBuilder.DirectionTypeOptions NXOpen.Features.SheetMetal.JogBuilder.DirectionType
getset

Returns or sets

Created in NX5.0.0

License requirements to get this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

License requirements to set this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

unsafe bool NXOpen.Features.SheetMetal.JogBuilder.ExtendProfile
getset

Returns or sets

Created in NX5.0.0

License requirements to get this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

License requirements to set this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

unsafe NXOpen.Features.SheetMetal.JogBuilder.FixedSideOptions NXOpen.Features.SheetMetal.JogBuilder.FixedSide
getset

Returns or sets

Created in NX5.0.0

License requirements to get this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

License requirements to set this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

unsafe NXOpen.Section NXOpen.Features.SheetMetal.JogBuilder.Section
getset

Returns or sets

Created in NX5.0.0

License requirements to get this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

License requirements to set this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

unsafe NXOpen.Features.SketchFeature NXOpen.Features.SheetMetal.JogBuilder.Sketch
getset

Returns or sets

Created in NX5.0.0

License requirements to get this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

License requirements to set this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

unsafe NXOpen.Face NXOpen.Features.SheetMetal.JogBuilder.TargetFace
getset

Returns or sets the target face on which jog feature applies.

Created in NX10.0.0

License requirements to get this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

License requirements to set this property: nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")


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