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

This class is very simple implementation of the NXOpen.PressLineSimulation.AxisControlData class. More...

Inheritance diagram for NXOpen.PressLineSimulation.AxisControlColumn:
NXOpen.PressLineSimulation.AxisControlData NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe double[] GetValues ()
 Use this method to get the raw array of curves values stored in the control column. More...
 
unsafe void SetValues (double[] values)
 Use this method to set the array of curves values stored in the control column. More...
 

Properties

unsafe double MaxAngle [get, set]
 Returns or sets the maximum angle. More...
 
- Properties inherited from NXOpen.PressLineSimulation.AxisControlData
unsafe string DisplayName [get]
 Returns the name of the axis, with which it is displayed in the UI. More...
 
unsafe bool External [get, set]
 Returns or sets the external status of the axis control column 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 Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This class is very simple implementation of the NXOpen.PressLineSimulation.AxisControlData class.

The values of a curve are represented by an array of values that are interpreted as the values of the curve at equidistantly spaced angles. The maximum angle represented by the curve is given by the property MaxAngle and is usually 360. Hence, the more values are stored in the array, the more precision can be given to the curve.

Use the NXOpen.PressLineSimulation.ControlItemManager class to obtain objects of this class.

Created in NX1872.0.0

Member Function Documentation

unsafe double [] NXOpen.PressLineSimulation.AxisControlColumn.GetValues ( )
inline

Use this method to get the raw array of curves values stored in the control column.

Created in NX1872.0.0

License requirements: None.

Returns
unsafe void NXOpen.PressLineSimulation.AxisControlColumn.SetValues ( double[]  values)
inline

Use this method to set the array of curves values stored in the control column.

Created in NX1872.0.0

License requirements: nx_pls_line_setup (" NX Press Line Setup")

Parameters
values

Property Documentation

unsafe double NXOpen.PressLineSimulation.AxisControlColumn.MaxAngle
getset

Returns or sets the maximum angle.

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_line_setup (" NX Press Line Setup")


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