Class APillarObstructionBuilder
Inheritance
System.Object
System.MarshalByRefObject
APillarObstructionBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features.VehicleDesign
Assembly: NXOpen.dll
Syntax
public class APillarObstructionBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
APillarObstructionBuilder()
Declaration
protected APillarObstructionBuilder()
Properties
AdditionalGeometry
Declaration
public SelectNXObjectList AdditionalGeometry { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
AnalysisMethod
Declaration
public APillarObstructionBuilder.AnalysisType AnalysisMethod { get; set; }
Property Value
Type | Description |
---|---|
APillarObstructionBuilder.AnalysisType |
APillarGeometry
Declaration
public ScCollector APillarGeometry { get; set; }
Property Value
Type | Description |
---|---|
ScCollector |
APillarSide
Declaration
public APillarObstructionBuilder.APillarSideType APillarSide { get; set; }
Property Value
Type | Description |
---|---|
APillarObstructionBuilder.APillarSideType |
Configuration
Declaration
public ConfigurationBuilder Configuration { get; set; }
Property Value
Type | Description |
---|---|
ConfigurationBuilder |
EyeDefinition
Declaration
public EyeDefinitionBuilder EyeDefinition { get; set; }
Property Value
Type | Description |
---|---|
EyeDefinitionBuilder |
EyeRotationAngle
Declaration
public double EyeRotationAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GenerateValidationLogFile
Declaration
public bool GenerateValidationLogFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HeadTurnAngle
Declaration
public double HeadTurnAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OuterEdge
Declaration
public ScCollector OuterEdge { get; set; }
Property Value
Type | Description |
---|---|
ScCollector |
OuterPoint
Declaration
public Point OuterPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
PositionType
Declaration
public APillarObstructionBuilder.Position PositionType { get; set; }
Property Value
Type | Description |
---|---|
APillarObstructionBuilder.Position |
TargetObstructionAngle
Declaration
public double TargetObstructionAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ViewValidationResults
Declaration
public bool ViewValidationResults { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Illustration()
Declaration
public void Illustration()
ValidationButton()
Declaration
public void ValidationButton()
Implements
System.Runtime.Remoting.Messaging.IMessageSink