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

Represents a Motion.DiscreteDrivetrainReport builder. More...

Inheritance diagram for NXOpen.Motion.DiscreteDrivetrainReportBuilder:
NXOpen.Motion.MotionBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ElementTypeOption { AnalyticalContact, Bushing, SpringDamper, BeamForce }
 Discrete Drivetrain Report element type. More...
 
enum  ReportTypeOption { Span, Spatial }
 Discrete Drivetrain Report type. More...
 
enum  ShapeType { Box, Cylinder }
 Discrete Drivetrain Report shape type. More...
 

Properties

unsafe NXOpen.SelectNXObjectList AnalyticalContacts [get]
 Returns the analytical contacts selection. More...
 
unsafe
NXOpen.Motion.LinkAttachmentData 
Attachment [get]
 Returns the attachement for the discrete drivetrain report. More...
 
unsafe NXOpen.SelectNXObjectList BeamForces [get]
 Returns the beam forces selection. More...
 
unsafe NXOpen.SelectNXObjectList Bushings [get]
 Returns the bushings selection. More...
 
unsafe NXOpen.Expression Depth [get]
 Returns the depth defined for the discrete drivetrain report. More...
 
unsafe
NXOpen.Motion.DiscreteDrivetrainReportBuilder.ElementTypeOption 
ElementType [get, set]
 Returns or sets the element type of discrete drivetrain report. More...
 
unsafe NXOpen.Expression EndAngle [get]
 Returns the end angle defined for the discrete drivetrain report. More...
 
unsafe string Name [get, set]
 Returns or sets the discrete drivetrain report name. More...
 
unsafe int NumberOfBins [get, set]
 Returns or sets the number of bins More...
 
unsafe NXOpen.Expression Radius [get]
 Returns the radius defined for the discrete drivetrain report. More...
 
unsafe
NXOpen.Motion.DiscreteDrivetrainReportBuilder.ReportTypeOption 
ReportType [get, set]
 Returns or sets the type of discrete drivetrain report. More...
 
unsafe
NXOpen.Motion.DiscreteDrivetrainReportBuilder.ShapeType 
Shape [get, set]
 Returns or sets the shape type of discrete drivetrain report. More...
 
unsafe bool ShowVisualization [get, set]
 Returns or sets the flag of show visualization More...
 
unsafe NXOpen.SelectNXObjectList SpringDampers [get]
 Returns the springs selection. More...
 
unsafe NXOpen.Expression StartAngle [get]
 Returns the start angle defined for the discrete drivetrain report. More...
 
unsafe NXOpen.Expression XLength [get]
 Returns the X legnth defined for the discrete drivetrain report. More...
 
unsafe NXOpen.Expression YLength [get]
 Returns the Y legnth defined for the discrete drivetrain report. More...
 
unsafe NXOpen.Expression ZLength [get]
 Returns the Z legnth defined for the discrete drivetrain report. More...
 
- Properties inherited from NXOpen.Motion.MotionBuilder
unsafe double DisplayScale [get, set]
 Returns or sets the icon display scale More...
 
unsafe string GroupName [get, set]
 Returns or sets the group name More...
 
unsafe
NXOpen.Motion.MotionObject.GroupType 
GroupType [get, set]
 Returns or sets the group type 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.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a Motion.DiscreteDrivetrainReport builder.

To create a new instance of this class, use NXOpen.Motion.DiscreteDrivetrainBuilder.CreateDiscreteDrivetrainReportBuilder

Created in NX1847.0.0

Member Enumeration Documentation

Discrete Drivetrain Report element type.

Enumerator
AnalyticalContact 
Bushing 
SpringDamper 
BeamForce 

Discrete Drivetrain Report type.

Enumerator
Span 
Spatial 

Discrete Drivetrain Report shape type.

Enumerator
Box 
Cylinder 

Property Documentation

unsafe NXOpen.SelectNXObjectList NXOpen.Motion.DiscreteDrivetrainReportBuilder.AnalyticalContacts
get

Returns the analytical contacts selection.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.LinkAttachmentData NXOpen.Motion.DiscreteDrivetrainReportBuilder.Attachment
get

Returns the attachement for the discrete drivetrain report.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.SelectNXObjectList NXOpen.Motion.DiscreteDrivetrainReportBuilder.BeamForces
get

Returns the beam forces selection.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.SelectNXObjectList NXOpen.Motion.DiscreteDrivetrainReportBuilder.Bushings
get

Returns the bushings selection.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.DiscreteDrivetrainReportBuilder.Depth
get

Returns the depth defined for the discrete drivetrain report.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.DiscreteDrivetrainReportBuilder.ElementTypeOption NXOpen.Motion.DiscreteDrivetrainReportBuilder.ElementType
getset

Returns or sets the element type of discrete drivetrain report.

Analytical contacts is the default value.

Created in NX1847.0.0

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

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

unsafe NXOpen.Expression NXOpen.Motion.DiscreteDrivetrainReportBuilder.EndAngle
get

Returns the end angle defined for the discrete drivetrain report.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe string NXOpen.Motion.DiscreteDrivetrainReportBuilder.Name
getset

Returns or sets the discrete drivetrain report name.

Must be unique across all motion elements.

Created in NX1847.0.0

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

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

unsafe int NXOpen.Motion.DiscreteDrivetrainReportBuilder.NumberOfBins
getset

Returns or sets the number of bins

Created in NX1847.0.0

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

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

unsafe NXOpen.Expression NXOpen.Motion.DiscreteDrivetrainReportBuilder.Radius
get

Returns the radius defined for the discrete drivetrain report.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.DiscreteDrivetrainReportBuilder.ReportTypeOption NXOpen.Motion.DiscreteDrivetrainReportBuilder.ReportType
getset

Returns or sets the type of discrete drivetrain report.

Span is the default value.

Created in NX1847.0.0

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

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

unsafe NXOpen.Motion.DiscreteDrivetrainReportBuilder.ShapeType NXOpen.Motion.DiscreteDrivetrainReportBuilder.Shape
getset

Returns or sets the shape type of discrete drivetrain report.

Box is the default value.

Created in NX1847.0.0

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

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

unsafe bool NXOpen.Motion.DiscreteDrivetrainReportBuilder.ShowVisualization
getset

Returns or sets the flag of show visualization

Created in NX1847.0.0

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

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

unsafe NXOpen.SelectNXObjectList NXOpen.Motion.DiscreteDrivetrainReportBuilder.SpringDampers
get

Returns the springs selection.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.DiscreteDrivetrainReportBuilder.StartAngle
get

Returns the start angle defined for the discrete drivetrain report.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.DiscreteDrivetrainReportBuilder.XLength
get

Returns the X legnth defined for the discrete drivetrain report.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.DiscreteDrivetrainReportBuilder.YLength
get

Returns the Y legnth defined for the discrete drivetrain report.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.DiscreteDrivetrainReportBuilder.ZLength
get

Returns the Z legnth defined for the discrete drivetrain report.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")


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