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

Represents the motion base object class. More...

Inheritance diagram for NXOpen.Motion.MotionObject:
NXOpen.DisplayableObject NXOpen.NXObject NXOpen.IFitTo NXOpen.TaggedObject NXOpen.INXObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.Motion.AnalyticalContact NXOpen.Motion.AnalyticalContactProperty NXOpen.Motion.Animation NXOpen.Motion.AutoFlexProperty NXOpen.Motion.BaseSection NXOpen.Motion.BeamForce NXOpen.Motion.BodyContact NXOpen.Motion.Bushing NXOpen.Motion.Connector NXOpen.Motion.ControlInput NXOpen.Motion.ControlOperation NXOpen.Motion.ControlOutput NXOpen.Motion.ControlPort NXOpen.Motion.Coupler NXOpen.Motion.CurveContact NXOpen.Motion.CurveOnCurve NXOpen.Motion.DiscreteDrivetrain NXOpen.Motion.DiscreteDrivetrainLayout NXOpen.Motion.DiscreteDrivetrainPattern NXOpen.Motion.DiscreteDrivetrainReport NXOpen.Motion.FlexBody NXOpen.Motion.Gear NXOpen.Motion.GearContact NXOpen.Motion.GeneralCoupler NXOpen.Motion.InitialCondition NXOpen.Motion.Joint NXOpen.Motion.JointDriver NXOpen.Motion.Link NXOpen.Motion.LinkCoupler NXOpen.Motion.LinkDriver NXOpen.Motion.LoadTransfer NXOpen.Motion.Mechatronics NXOpen.Motion.MotionSensor NXOpen.Motion.Motor NXOpen.Motion.PointOnCurve NXOpen.Motion.PointOnSurface NXOpen.Motion.Road NXOpen.Motion.ScalarForce NXOpen.Motion.ScalarTorque NXOpen.Motion.SolutionStop NXOpen.Motion.SplineBeam NXOpen.Motion.SplineBeamProperty NXOpen.Motion.SpringDamper NXOpen.Motion.SuspensionReporting NXOpen.Motion.TextBasedElement NXOpen.Motion.Tire NXOpen.Motion.TireProperty NXOpen.Motion.VectorForce NXOpen.Motion.VectorTorque NXOpen.Motion.VehicleReporting

Public Types

enum  GroupType { None, Import }
 The group type attribute is used for import subassembly functionality. More...
 
- Public Types inherited from NXOpen.DisplayableObject
enum  ObjectFont {
  Solid = 1, Dashed, Phantom, Centerline,
  Dotted, LongDashed, DottedDashed, Eight = 11,
  Nine, Ten, Eleven
}
 specifies the object font for objects such as lines More...
 
enum  ObjectWidth {
  Normal, Thick, Thin, One = 5,
  Two, Three, Four, Five,
  Six, Seven, Eight, Nine
}
 specifies object width for objects such as lines and text More...
 
- 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...
 

Properties

unsafe double DisplayScale [get, set]
 Returns or sets the display scale factor More...
 
unsafe string GroupName [get, set]
 Returns or sets the group name of motion object More...
 
unsafe
NXOpen.Motion.MotionObject.GroupType 
GroupTypeOption [get, set]
 Returns or sets the group type of motion object 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.DisplayableObject
unsafe void Blank ()
 Blanks the object. More...
 
unsafe void Highlight ()
 Highlights the object. More...
 
unsafe void RedisplayObject ()
 Redisplays the object in all views. More...
 
unsafe void RemoveViewDependency ()
 Remove dependency on all views from an object. More...
 
unsafe void SetNameLocation (NXOpen.Point3d location)
 Sets the location of the object's name. More...
 
unsafe void Unblank ()
 Unblanks the object. More...
 
unsafe void Unhighlight ()
 Unhighlights the object. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the motion base object class.

This is an abstract class, and cannot be created.

Created in NX5.0.0

Member Enumeration Documentation

The group type attribute is used for import subassembly functionality.

When import subassembly's mechanism, there will be a group node on the navigator, the motion objects which are automatically created by import subassembly's mechanism functionality will all appear under the group node. In this suitation, the motion objects' group type is Motion.MotionObject.GroupType.Import . The group name attribute is for the name of group node.

Otherwise, the motion object (for instance a link) which is created by manual (by NX link UI) will appear without under any import group node. In this suitation, the motion object's group type is Motion.MotionObject.GroupType.None . The group name is a null reference (Nothing in Visual Basic)

Enumerator
None 

Motion object dose not belong to any motion group

Import 

Motion object belongs to motion import group

Property Documentation

unsafe double NXOpen.Motion.MotionObject.DisplayScale
getset

Returns or sets the display scale factor

Created in NX5.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe string NXOpen.Motion.MotionObject.GroupName
getset

Returns or sets the group name of motion object

Created in NX5.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.MotionObject.GroupType NXOpen.Motion.MotionObject.GroupTypeOption
getset

Returns or sets the group type of motion object

Created in NX5.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")


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