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

Represents a builder for a pattern face feature, don't use it until nx502. More...

Inheritance diagram for NXOpen.Features.PatternFaceBuilder:
NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  PatternTypes { Rectangular, Circular, Mirror }
 Enumeration of pattern type, don't use it until nx502 More...
 

Properties

unsafe NXOpen.Expression Angle [get]
 Returns the angle between circular pattern, don't use it until nx502 More...
 
unsafe NXOpen.Axis Axis [get, set]
 Returns or sets the axis of circular pattern, don't use it until nx502 More...
 
unsafe NXOpen.Expression CircularCount [get]
 Returns the count of circular pattern, don't use it until nx502 More...
 
unsafe NXOpen.ScCollector Face [get]
 Returns the faces to pattern, don't use it until nx502 More...
 
unsafe NXOpen.SelectTaggedObject Plane [get]
 Returns the mirror plane of mirror pattern, don't use it until nx502 More...
 
unsafe bool RestoreOption [get, set]
 Returns or sets the restore option for absent members. More...
 
unsafe
NXOpen.Features.PatternFaceBuilder.PatternTypes 
Type [get, set]
 Returns or sets the pattern face type, don't use it until nx502 More...
 
unsafe NXOpen.Expression XCount [get]
 Returns the count of rectangular pattern along X direction, don't use it until nx502 More...
 
unsafe NXOpen.Expression XDistance [get]
 Returns the distance between rectangular pattern along X direction, don't use it until nx502 More...
 
unsafe NXOpen.Direction XVector [get, set]
 Returns or sets the X direction of rectangular pattern, don't use it until nx502 More...
 
unsafe NXOpen.Expression YCount [get]
 Returns the count of rectangular pattern along Y direction, don't use it until nx502 More...
 
unsafe NXOpen.Expression YDistance [get]
 Returns the distance between rectangular pattern along Y direction, don't use it until nx502 More...
 
unsafe NXOpen.Direction YVector [get, set]
 Returns or sets the Y direction of rectangular pattern, don't use it until nx502 More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal 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.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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a builder for a pattern face feature, don't use it until nx502.

To create a new instance of this class, use NXOpen.Features.FeatureCollection.CreatePatternFaceBuilder

Default values.

Property Value

Angle.Value

90.0

CircularCount.Value

2

RestoreOption

False

XCount.Value

2

XDistance.Value

10.0 (millimeters part), 0.5 (inches part)

YCount.Value

2

YDistance.Value

10.0 (millimeters part), 0.5 (inches part)

Created in NX5.0.2

Member Enumeration Documentation

Enumeration of pattern type, don't use it until nx502

Enumerator
Rectangular 

This stands for rectangular pattern type.

Circular 

This stands for circular pattern type.

Mirror 

This stands for mirror pattern type.

Property Documentation

unsafe NXOpen.Expression NXOpen.Features.PatternFaceBuilder.Angle
get

Returns the angle between circular pattern, don't use it until nx502

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Axis NXOpen.Features.PatternFaceBuilder.Axis
getset

Returns or sets the axis of circular pattern, don't use it until nx502

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Expression NXOpen.Features.PatternFaceBuilder.CircularCount
get

Returns the count of circular pattern, don't use it until nx502

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.PatternFaceBuilder.Face
get

Returns the faces to pattern, don't use it until nx502

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.SelectTaggedObject NXOpen.Features.PatternFaceBuilder.Plane
get

Returns the mirror plane of mirror pattern, don't use it until nx502

Created in NX5.0.2

License requirements: None.

unsafe bool NXOpen.Features.PatternFaceBuilder.RestoreOption
getset

Returns or sets the restore option for absent members.

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Features.PatternFaceBuilder.PatternTypes NXOpen.Features.PatternFaceBuilder.Type
getset

Returns or sets the pattern face type, don't use it until nx502

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Expression NXOpen.Features.PatternFaceBuilder.XCount
get

Returns the count of rectangular pattern along X direction, don't use it until nx502

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.PatternFaceBuilder.XDistance
get

Returns the distance between rectangular pattern along X direction, don't use it until nx502

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Direction NXOpen.Features.PatternFaceBuilder.XVector
getset

Returns or sets the X direction of rectangular pattern, don't use it until nx502

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Expression NXOpen.Features.PatternFaceBuilder.YCount
get

Returns the count of rectangular pattern along Y direction, don't use it until nx502

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.PatternFaceBuilder.YDistance
get

Returns the distance between rectangular pattern along Y direction, don't use it until nx502

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Direction NXOpen.Features.PatternFaceBuilder.YVector
getset

Returns or sets the Y direction of rectangular pattern, don't use it until nx502

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")


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