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

Represents a NXOpen.Features.VehicleDesign.EyeDefinitionBuilder for use in vehicle design eye definition. More...

Inheritance diagram for NXOpen.Features.VehicleDesign.EyeDefinitionBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  EyeDefinition {
  EyeFeature, BySelectingPivotPoint, ClosestPointtoAPillarSection, V1Point,
  V2Point
}
 Options of the eye definition More...
 

Public Member Functions

unsafe void EyeIllustration ()
 Displays the eyellipse illustration. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.EyeDefinition 
EyeDefinitionType [get, set]
 Returns or sets the NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.EyeDefinition for the eye definition method to be used. More...
 
unsafe NXOpen.Features.Feature EyeFeature [get, set]
 Returns or sets the eyellipse feature. More...
 
unsafe NXOpen.Point PivotPoint [get, set]
 Returns or sets the pivot point. More...
 
unsafe NXOpen.Point PointV1 [get, set]
 Returns or sets the V1 point; selects one point when eye type specified. More...
 
unsafe NXOpen.Point PointV2 [get, set]
 Returns or sets the V2 point; selects one point when eye type specified. More...
 
unsafe
NXOpen.Features.SelectFeature 
SelectEyellipse [get]
 Returns the selected eyellipse. 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.VehicleDesign.EyeDefinitionBuilder for use in vehicle design eye definition.

To create a new instance of this class, use NXOpen.Features.VehicleDesignCollection.CreateEyeDefinitionBuilder

Created in NX1899.0.0

Member Enumeration Documentation

Options of the eye definition

Enumerator
EyeFeature 

Represents selecting eyellipse feature method

BySelectingPivotPoint 

Represents selecting pivot point method

ClosestPointtoAPillarSection 

Represents selecting closest point method

V1Point 

Represents selecting V1 point method

V2Point 

Represents selecting V2 point method

Member Function Documentation

unsafe void NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.EyeIllustration ( )
inline

Displays the eyellipse illustration.

Created in NX1899.0.0

License requirements: nx_general_packaging ("NX General Packaging")

unsafe bool NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.EyeDefinition NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.EyeDefinitionType
getset

Returns or sets the NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.EyeDefinition for the eye definition method to be used.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Features.Feature NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.EyeFeature
getset

Returns or sets the eyellipse feature.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.PivotPoint
getset

Returns or sets the pivot point.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Point NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.PointV1
getset

Returns or sets the V1 point; selects one point when eye type specified.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Point NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.PointV2
getset

Returns or sets the V2 point; selects one point when eye type specified.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Features.SelectFeature NXOpen.Features.VehicleDesign.EyeDefinitionBuilder.SelectEyellipse
get

Returns the selected eyellipse.

Created in NX1899.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.