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

Represents an Plane class. More...

Inheritance diagram for NXOpen.Plane:
NXOpen.SmartObject NXOpen.IPlane NXOpen.ISurface NXOpen.IOrientation NXOpen.DisplayableObject NXOpen.IBasePlane NXOpen.INXObject NXOpen.INXObject NXOpen.NXObject NXOpen.IFitTo NXOpen.INXObject NXOpen.INXObject NXOpen.INXObject

Public Member Functions

unsafe NXOpen.Plane CopySoPlane ()
 Creates an Plane using a datum plane feature. More...
 
unsafe NXOpen.Plane CopyPlane ()
 Returns a new Plane object which is based on this plane's parameters. More...
 
unsafe void DestroyPlane ()
 Destroy the plane object More...
 
unsafe void ConvertToSmartPlane ()
 Convert a fixed plane to a smart plane object to allow applying constraints to the plane. More...
 
unsafe void EditFixedPlane (NXOpen.Point3d origin, NXOpen.Matrix3x3 matrix)
 Edit a fixed plane object with a new origin and matrix. More...
 
unsafe void SynchronizeToPlane (NXOpen.Plane sourcePlane)
 Synchronizes the input Plane object's parameters to this plane. More...
 
unsafe void SetMethod (NXOpen.PlaneTypes.MethodType type)
 Sets a plane type More...
 
unsafe void SetExpression (string valueExpression)
 Sets the plane expression. More...
 
unsafe void SetFlip (bool flip)
 Flip the direction of the plane More...
 
unsafe void SetPercent (bool percent)
 Sets the arclenth or the percent value More...
 
unsafe void SetGeometry (NXOpen.NXObject[] geom)
 Sets the geometry More...
 
unsafe NXOpen.NXObject[] GetGeometry ()
 Returns the geometry More...
 
unsafe void Evaluate ()
 Evaluates the plane More...
 
unsafe void SetAlternate (NXOpen.PlaneTypes.AlternateType type)
 Sets the alternate type More...
 
unsafe
NXOpen.PlaneTypes.AlternateType 
GetAlternate ()
 Returns the alternate type More...
 
unsafe int GetNumberOfAlternate ()
 Returns the number of alternate solutions More...
 
unsafe void SetReverseSection (bool reverseSection)
 Sets the reverse_section More...
 
unsafe bool GetReverseSection ()
 Returns the reverse section More...
 
unsafe void SetFrenetSubtype (NXOpen.PlaneTypes.FrenetSubtype subtype)
 Sets subtype for a specific plane type where the alternate solution cannot handle. More...
 
unsafe void SetReverseSide (bool reverseSide)
 Sets the reverse side More...
 
unsafe bool GetReverseSide ()
 Returns the reverse side More...
 
unsafe void SetUpdateOption (NXOpen.SmartObject.UpdateOption update)
 Set to plane update More...
 
unsafe void SetOffsetExpression (string valueExpression)
 Sets the plane offset expression value. More...
 
unsafe void SetOffsetFlip (bool flip)
 Sets the flip state of the offset direction of the plane More...
 
unsafe void RemoveOffsetData ()
 Remove all offset data from the plane More...
 
unsafe void ReplaceExpression (NXOpen.Expression expTag)
 Replace the expression in on curve plane plane More...
 
unsafe void ResetExpressionValue ()
 Reset the expression value in on curve plane plane More...
 
- Public Member Functions inherited from NXOpen.SmartObject
unsafe void RemoveParameters ()
 Removes the smart object parameters. More...
 
unsafe void ReplaceParameters (NXOpen.SmartObject otherSo)
 Edit a smart object by replacing its parameters using parameters of other smart object of the same class. More...
 
unsafe void Evaluate ()
 Evaluate a smart object. More...
 
unsafe void SetVisibility (NXOpen.SmartObject.VisibilityOption visibility)
 Sets the visibility. More...
 
unsafe void ProtectFromDelete ()
 Protects the SmartObject from being deleted if any referencing objects are deleted. More...
 
unsafe void ReleaseDeleteProtection ()
 Removes delete protection from the SmartObject. More...
 
- Public Member Functions inherited from NXOpen.DisplayableObject
unsafe void Blank ()
 Blanks the object. More...
 
unsafe void Unblank ()
 Unblanks the object. More...
 
unsafe void Highlight ()
 Highlights the object. More...
 
unsafe void Unhighlight ()
 Unhighlights the object. More...
 
unsafe void SetNameLocation (NXOpen.Point3d location)
 Sets the location of the object's name. More...
 
unsafe void RedisplayObject ()
 Redisplays the object in all views. More...
 
unsafe void RemoveViewDependency ()
 Remove dependency on all views from an object. More...
 
- Public Member Functions inherited from NXOpen.NXObject
unsafe void SetUserAttribute (NXOpen.NXObject.AttributeInformation info, NXOpen.Update.Option option)
 Creates or modifies an attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, NXOpen.NXObject.ComputationalTime value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetBooleanUserAttribute (string title, int index, bool value, NXOpen.Update.Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
unsafe NXOpen.AttributeIterator CreateAttributeIterator ()
 Create an attribute iterator More...
 
unsafe bool HasUserAttribute (NXOpen.AttributeIterator iterator)
 Determines if an attribute exists on the object, that satisfies the given iterator More...
 
unsafe bool HasUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator, bool countArrayAsOneAttribute)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type)
 Gets the count of set attributes on the object, if any, of the given type. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type, bool includeUnset, bool countArrayAsOneAttribute)
 Gets the count of attributes on the object, if any, of the given type. More...
 
unsafe int GetUserAttributeSize (string title, NXOpen.NXObject.AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
unsafe bool GetNextUserAttribute (NXOpen.AttributeIterator iterator, out NXOpen.NXObject.AttributeInformation info)
 Gets the next attribute encountered on the object, if any, that satisfies the given iterator. More...
 
unsafe
NXOpen.NXObject.AttributeInformation 
GetUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. More...
 
unsafe bool GetBooleanUserAttribute (string title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
unsafe int GetIntegerUserAttribute (string title, int index)
 Gets an integer attribute by Title and array Index. More...
 
unsafe double GetRealUserAttribute (string title, int index)
 Gets a real attribute by Title and array Index. More...
 
unsafe string GetStringUserAttribute (string title, int index)
 Gets a string attribute by Title and array Index. More...
 
unsafe string GetTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.ComputationalTime 
GetComputationalTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (NXOpen.AttributeIterator iterator)
 Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset)
 Gets all the attributes of the given object. More...
 
unsafe string GetUserAttributeAsString (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index. More...
 
unsafe void DeleteUserAttributes (NXOpen.AttributeIterator iterator, NXOpen.Update.Option option)
 Deletes the attributes on the object, if any, that satisfy the given iterator More...
 
unsafe void DeleteUserAttribute (NXOpen.NXObject.AttributeType type, string title, bool deleteEntireArray, NXOpen.Update.Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
unsafe void DeleteUserAttributes (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes the attributes encountered with the given Type with option to update or not. More...
 
unsafe void SetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type, bool @lock)
 Lock or unlock the given attribute. More...
 
unsafe bool GetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type)
 Determine the lock of the given attribute. More...
 
unsafe NXOpen.NXObject[] GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. More...
 
unsafe void SetPdmReferenceAttribute (string attributeTitle, string attributeValue)
 Sets the value of PDM Reference attribute on the object. More...
 
unsafe string GetPdmReferenceAttributeValue (string attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttribute (string title, bool includeUnset, bool addStringValues, NXOpen.NXObject.AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type)
 Deletes all attributes of a specific type. More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes all attributes of a specific type with the option to update or not. More...
 
unsafe void SetAttribute (string title, int value)
 Creates or modifies an integer attribute. More...
 
unsafe void SetAttribute (string title, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, double value)
 Creates or modifies a real attribute. More...
 
unsafe void SetAttribute (string title, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, string value)
 Creates or modifies a string attribute. More...
 
unsafe void SetAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
unsafe void SetAttribute (string title, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetTimeAttribute (string title, string value)
 Creates or modifies a time attribute. More...
 
unsafe void SetTimeAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe int GetIntegerAttribute (string title)
 Gets an integer attribute by title. More...
 
unsafe double GetRealAttribute (string title)
 Gets a real attribute by title. More...
 
unsafe string GetStringAttribute (string title)
 Gets a string attribute value by title. More...
 
unsafe string GetTimeAttribute (NXOpen.NXObject.DateAndTimeFormat format, string title)
 Gets a time attribute by title. More...
 
unsafe string GetReferenceAttribute (string title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title)
 Deletes an attribute by type and title. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title, NXOpen.Update.Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
unsafe void SetReferenceAttribute (string title, string value)
 Creates or modifies a string attribute which uses a reference string. More...
 
unsafe void SetReferenceAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetAttributeTitlesByType (NXOpen.NXObject.AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
unsafe string[] GetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe void Print ()
 Prints a representation of this object to the system log file. More...
 
unsafe void SetName (string name)
 Sets the custom name of the object. More...
 
- Public Member Functions inherited from NXOpen.IPlane
void SetUpdateOption (NXOpen.SmartObject.UpdateOption update)
 Set to plane update More...
 

Properties

unsafe NXOpen.Expression Expression [get]
 Returns the plane expression. More...
 
unsafe bool Flip [get]
 Returns the flip direction of the plane More...
 
unsafe
NXOpen.PlaneTypes.FrenetSubtype 
FrenetSubtype [get]
 Returns the subtype of on curve type of plane fron NX6 onwards. More...
 
unsafe NXOpen.Matrix3x3 Matrix [get, set]
 Returns or sets the matrix of the plane More...
 
unsafe NXOpen.PlaneTypes.MethodType Method [get]
 Returns a plane type More...
 
unsafe NXOpen.Vector3d Normal [get, set]
 Returns or sets the normal of the plane More...
 
unsafe NXOpen.Expression OffsetExpression [get, set]
 Returns or sets the plane offset expression. More...
 
unsafe bool OffsetFlip [get]
 Returns the flip state of the offset direction of the plane More...
 
unsafe NXOpen.Point3d Origin [get, set]
 Returns or sets the origin of the plane More...
 
unsafe bool Percent [get]
 Returns the arclenth or the percent value More...
 
- Properties inherited from NXOpen.SmartObject
unsafe
NXOpen.SmartObject.UpdateOption 
Update [get]
 Returns the update option. More...
 
unsafe
NXOpen.SmartObject.VisibilityOption 
Visibility [get]
 Returns the visibility. 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.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...
 
- Properties inherited from NXOpen.IPlane
NXOpen.Expression Expression [get]
 Returns the plane expression. More...
 
bool Flip [get]
 Returns the flip direction of the plane More...
 
NXOpen.PlaneTypes.FrenetSubtype FrenetSubtype [get]
 Returns the subtype of on curve type of plane fron NX6 onwards. More...
 
NXOpen.Matrix3x3 Matrix [get, set]
 Returns or sets the matrix of the plane More...
 
NXOpen.PlaneTypes.MethodType Method [get]
 Returns a plane type More...
 
NXOpen.Vector3d Normal [get, set]
 Returns or sets the normal of the plane More...
 
NXOpen.Expression OffsetExpression [get, set]
 Returns or sets the plane offset expression. More...
 
bool OffsetFlip [get]
 Returns the flip state of the offset direction of the plane More...
 
NXOpen.Point3d Origin [get, set]
 Returns or sets the origin of the plane More...
 
bool Percent [get]
 Returns the arclenth or the percent value More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.SmartObject
enum  UpdateOption {
  DontUpdate, WithinModeling, AfterModeling, AfterParentBody,
  Mixed
}
 Specifies when the smart object updates. More...
 
enum  VisibilityOption { Invisible, Visible, VisibleIfParentInvisible }
 Specifies the smart object visibility. More...
 

Detailed Description

Represents an Plane class.

No Creator because of a problem with arrays in APIWRAP

Created in NX4.0.0

Member Function Documentation

unsafe void NXOpen.Plane.ConvertToSmartPlane ( )

Convert a fixed plane to a smart plane object to allow applying constraints to the plane.

Created in NX7.0.0

License requirements: None.

unsafe NXOpen.Plane NXOpen.Plane.CopyPlane ( )

Returns a new Plane object which is based on this plane's parameters.

Created in NX11.0.1

License requirements: None.

Returns
unsafe NXOpen.Plane NXOpen.Plane.CopySoPlane ( )

Creates an Plane using a datum plane feature.

Created in NX4.0.0

Deprecated in NX11.0.1. NXOpen.Plane.CopyPlane

License requirements: None.

Returns
unsafe void NXOpen.Plane.DestroyPlane ( )

Destroy the plane object

Created in NX6.0.3

License requirements: None.

unsafe void NXOpen.Plane.EditFixedPlane ( NXOpen.Point3d  origin,
NXOpen.Matrix3x3  matrix 
)

Edit a fixed plane object with a new origin and matrix.

It will raise an error if the plane is not fixed.

Created in NX11.0.0

License requirements: None.

Parameters
originNew Plane Origin
matrixNew Plane Matrix
unsafe void NXOpen.Plane.Evaluate ( )

Evaluates the plane

Created in NX4.0.0

License requirements: None.

Implements NXOpen.IPlane.

unsafe NXOpen.PlaneTypes.AlternateType NXOpen.Plane.GetAlternate ( )

Returns the alternate type

Created in NX4.0.0

License requirements: None.

Returns

Implements NXOpen.IPlane.

unsafe NXOpen.NXObject [] NXOpen.Plane.GetGeometry ( )

Returns the geometry

Created in NX4.0.0

License requirements: None.

Returns

Implements NXOpen.IPlane.

unsafe int NXOpen.Plane.GetNumberOfAlternate ( )

Returns the number of alternate solutions

Created in NX4.0.0

License requirements: None.

Returns

Implements NXOpen.IPlane.

unsafe bool NXOpen.Plane.GetReverseSection ( )

Returns the reverse section

Created in NX4.0.0

License requirements: None.

Returns

Implements NXOpen.IPlane.

unsafe bool NXOpen.Plane.GetReverseSide ( )

Returns the reverse side

Created in NX4.0.0

License requirements: None.

Returns

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.RemoveOffsetData ( )

Remove all offset data from the plane

Created in NX7.5.0

License requirements: None.

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.ReplaceExpression ( NXOpen.Expression  expTag)

Replace the expression in on curve plane plane

Created in NX7.5.0

License requirements: None.

Parameters
expTag

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.ResetExpressionValue ( )

Reset the expression value in on curve plane plane

Created in NX7.5.0

License requirements: None.

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetAlternate ( NXOpen.PlaneTypes.AlternateType  type)

Sets the alternate type

Created in NX4.0.0

License requirements: None.

Parameters
type

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetExpression ( string  valueExpression)

Sets the plane expression.

Only valid for the following types: PlaneTypes.MethodType.Frenet or PlaneTypes.MethodType.Distance .

Created in NX4.0.0

License requirements: None.

Parameters
valueExpressionoffset value

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetFlip ( bool  flip)

Flip the direction of the plane

Created in NX4.0.0

License requirements: None.

Parameters
flipflip direction

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetFrenetSubtype ( NXOpen.PlaneTypes.FrenetSubtype  subtype)

Sets subtype for a specific plane type where the alternate solution cannot handle.

Indeed, this is for frenet type only so far, after the Nissan enhancement in NX6.

Created in NX6.0.0

License requirements: None.

Parameters
subtype

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetGeometry ( NXOpen.NXObject[]  geom)

Sets the geometry

Created in NX4.0.0

License requirements: None.

Parameters
geom

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetMethod ( NXOpen.PlaneTypes.MethodType  type)

Sets a plane type

Created in NX4.0.0

License requirements: None.

Parameters
type

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetOffsetExpression ( string  valueExpression)

Sets the plane offset expression value.

Created in NX7.5.0

License requirements: None.

Parameters
valueExpressionoffset value

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetOffsetFlip ( bool  flip)

Sets the flip state of the offset direction of the plane

Created in NX7.5.0

License requirements: None.

Parameters
flipoffset flip direction

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetPercent ( bool  percent)

Sets the arclenth or the percent value

Created in NX4.0.0

License requirements: None.

Parameters
percentarclength or percent value

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetReverseSection ( bool  reverseSection)

Sets the reverse_section

Created in NX4.0.0

License requirements: None.

Parameters
reverseSection

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetReverseSide ( bool  reverseSide)

Sets the reverse side

Created in NX4.0.0

License requirements: None.

Parameters
reverseSide

Implements NXOpen.IPlane.

unsafe void NXOpen.Plane.SetUpdateOption ( NXOpen.SmartObject.UpdateOption  update)

Set to plane update

Created in NX5.0.0

License requirements: None.

Parameters
update
unsafe void NXOpen.Plane.SynchronizeToPlane ( NXOpen.Plane  sourcePlane)

Synchronizes the input Plane object's parameters to this plane.

Created in NX11.0.1

License requirements: None.

Parameters
sourcePlane

Property Documentation

unsafe NXOpen.Expression NXOpen.Plane.Expression
get

Returns the plane expression.

Created in NX4.0.0

License requirements: None.

unsafe bool NXOpen.Plane.Flip
get

Returns the flip direction of the plane

Created in NX4.0.0

License requirements: None.

unsafe NXOpen.PlaneTypes.FrenetSubtype NXOpen.Plane.FrenetSubtype
get

Returns the subtype of on curve type of plane fron NX6 onwards.

It is a valid function for and only for on-curve type plane of NX6 onwards.

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Matrix3x3 NXOpen.Plane.Matrix
getset

Returns or sets the matrix of the plane

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.PlaneTypes.MethodType NXOpen.Plane.Method
get

Returns a plane type

Created in NX4.0.0

License requirements: None.

unsafe NXOpen.Vector3d NXOpen.Plane.Normal
getset

Returns or sets the normal of the plane

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Expression NXOpen.Plane.OffsetExpression
getset

Returns or sets the plane offset expression.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Plane.OffsetFlip
get

Returns the flip state of the offset direction of the plane

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Point3d NXOpen.Plane.Origin
getset

Returns or sets the origin of the plane

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Plane.Percent
get

Returns the arclenth or the percent value

Created in NX4.0.0

License requirements: None.


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