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

Represents a sketch pattern constraint More...

Inheritance diagram for NXOpen.SketchPattern:
NXOpen.SketchGeometricConstraint NXOpen.SketchConstraint NXOpen.DisplayableObject NXOpen.NXObject NXOpen.IFitTo NXOpen.TaggedObject NXOpen.INXObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  InstanceControl { FullCircle, NumberOffset }
 Represents the type of instance control for circular patterns More...
 
enum  Type {
  Linear, Circular, Mirror, Rectangular,
  General
}
 Represents the pattern type of the constraint More...
 

Properties

unsafe NXOpen.SketchPattern.Type PatternType [get]
 Returns the pattern type of the constraint. More...
 
- Properties inherited from NXOpen.SketchGeometricConstraint
unsafe bool IsInferred [get]
 Returns a flag indicating whether the constraint is an inferred constraint More...
 
- Properties inherited from NXOpen.SketchConstraint
unsafe NXOpen.Sketch.ConstraintType ConstraintType [get]
 Returns the constraint's type More...
 
- Properties inherited from NXOpen.DisplayableObject
unsafe int Color [get, set]
 Returns or sets the color of the object. More...
 
unsafe bool IsBlanked [get]
 Returns the blank status of this object. More...
 
unsafe int Layer [get, set]
 Returns or sets the layer that the object is in. More...
 
unsafe
NXOpen.DisplayableObject.ObjectFont 
LineFont [get, set]
 Returns or sets the line font of the object. More...
 
unsafe
NXOpen.DisplayableObject.ObjectWidth 
LineWidth [get, set]
 Returns or sets the line width of the object. More...
 
unsafe NXOpen.Point3d NameLocation [get]
 Returns the location of the object's name. More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. 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...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.SketchGeometricConstraint
unsafe
NXOpen.Sketch.ConstraintGeometry[] 
GetGeometry ()
 Returns the geometry associated with the constraint More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a sketch pattern constraint

Use SketchCollection.CreateSketchPatternBuilder to create an instance of this class.

Created in NX7.5.0

Member Enumeration Documentation

Represents the type of instance control for circular patterns

Enumerator
FullCircle 

The pattern instance control type is Full Circle

NumberOffset 

The pattern instance control type is number + offset

Represents the pattern type of the constraint

Enumerator
Linear 

The pattern type is linear pattern

Circular 

The pattern type is circular pattern

Mirror 

The pattern type is mirror pattern

Rectangular 

The pattern type is rectangular pattern

General 

The pattern type is general pattern

Property Documentation

unsafe NXOpen.SketchPattern.Type NXOpen.SketchPattern.PatternType
get

Returns the pattern type of the constraint.

This property cannot be set directly. Pattern type can only be changed by editing the constraint via NXOpen.SketchPatternBuilder .

Created in NX1847.0.0

License requirements: None.


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