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.CloseRangeDemoCylinderListItemBuilder Class Reference

Represents the builder to create demo cylinder list item used for close range visibility. More...

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

Public Types

enum  ValidateTypes { Simple, Detailed }
 This enum represents the simple or detailed checking options to validate demo cylinders visibility. More...
 

Public Member Functions

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.Expression PositionOnPath [get]
 Returns the percentage value of position on demo cylinder path to define the demo cylinder. More...
 
unsafe bool ShowDemoCylinder [get, set]
 Returns or sets the indication if demo cylinder will be shown. More...
 
unsafe bool ShowDemoCylinderRay [get, set]
 Returns or sets the indication if demo cylinder ray will be shown. More...
 
unsafe
NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder.ValidateTypes 
ValidateType [get, set]
 Returns or sets the validate checking types to define the close range visibility for the demo cylinders. 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 the builder to create demo cylinder list item used for close range visibility.

To create a new instance of this class, use NXOpen.Features.VehicleDesign.CloseRangeVisibilityBuilder.CreateDemoCylinderListItemBuilder

Created in NX8.5.0

Member Enumeration Documentation

This enum represents the simple or detailed checking options to validate demo cylinders visibility.

Enumerator
Simple 

Simple type

Detailed 

Detailed type

Member Function Documentation

unsafe bool NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder.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.Expression NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder.PositionOnPath
get

Returns the percentage value of position on demo cylinder path to define the demo cylinder.

Created in NX8.5.0

License requirements: None.

unsafe bool NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder.ShowDemoCylinder
getset

Returns or sets the indication if demo cylinder will be shown.

Created in NX8.5.0

License requirements to get this property: None.

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

unsafe bool NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder.ShowDemoCylinderRay
getset

Returns or sets the indication if demo cylinder ray will be shown.

Created in NX8.5.0

License requirements to get this property: None.

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

unsafe NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder.ValidateTypes NXOpen.Features.VehicleDesign.CloseRangeDemoCylinderListItemBuilder.ValidateType
getset

Returns or sets the validate checking types to define the close range visibility for the demo cylinders.

Created in NX8.5.0

License requirements to get this property: None.

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


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