Class IRayPlusStudioPreferencesBuilder
Inheritance
IRayPlusStudioPreferencesBuilder
Assembly: NXOpen.dll
Syntax
public class IRayPlusStudioPreferencesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
IRayPlusStudioPreferencesBuilder()
Declaration
protected IRayPlusStudioPreferencesBuilder()
Properties
AutoCompletionCustomPixelRatio
Declaration
public double AutoCompletionCustomPixelRatio { get; set; }
Property Value
AutoCompletionCustomQualityFactor
Declaration
public double AutoCompletionCustomQualityFactor { get; set; }
Property Value
DynamicIRayPlusCaustics
Declaration
public bool DynamicIRayPlusCaustics { get; set; }
Property Value
DynamicIRayPlusStudioRenderMode
Declaration
public IRayPlusStudioPreferencesBuilder.DynamicIRayPlusStudioRenderModeType DynamicIRayPlusStudioRenderMode { get; set; }
Property Value
DynamicIRayPlusStudioTime
Declaration
public DateBuilder DynamicIRayPlusStudioTime { get; }
Property Value
EyeSeparation
Declaration
public double EyeSeparation { get; set; }
Property Value
IRayPlusStudioDenoiserToggle
Declaration
public bool IRayPlusStudioDenoiserToggle { get; set; }
Property Value
IRayPlusStudioStaticImageDotsPerInch
Declaration
[Obsolete("Deprecated in NX1980.0.0. Static image units type is always pixel now. Static image dots per inch is no longer supported.")]
public int IRayPlusStudioStaticImageDotsPerInch { get; set; }
Property Value
IRayPlusStudioStaticImageDoubleHeight
Declaration
[Obsolete("Deprecated in NX1980.0.0. Static image units type is always pixel now. Static image double height is no longer supported.")]
public double IRayPlusStudioStaticImageDoubleHeight { get; set; }
Property Value
IRayPlusStudioStaticImageDoubleWidth
Declaration
[Obsolete("Deprecated in NX1980.0.0. Static image units type is always pixel now. Static image double width is no longer supported.")]
public double IRayPlusStudioStaticImageDoubleWidth { get; set; }
Property Value
Declaration
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioStaticImageFileFormatType IRayPlusStudioStaticImageFileFormat { get; set; }
Property Value
IRayPlusStudioStaticImageLockAspectRatio
Declaration
[Obsolete("Deprecated in NX1980.0.0. Iray Plus Studio now directly uses camera aspect ratio to deal with image aspect ratio. Static image lock aspect ratio is no longer supported.")]
public bool IRayPlusStudioStaticImageLockAspectRatio { get; set; }
Property Value
IRayPlusStudioStaticImageOrientation
Declaration
[Obsolete("Deprecated in NX1980.0.0. Iray Plus Studio now directly uses camera aspect ratio to deal with image orientation. Static image orientation is no longer supported.")]
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioStaticImageOrientationType IRayPlusStudioStaticImageOrientation { get; set; }
Property Value
IRayPlusStudioStaticImagePixelHeight
Declaration
public int IRayPlusStudioStaticImagePixelHeight { get; set; }
Property Value
IRayPlusStudioStaticImagePixelWidth
Declaration
public int IRayPlusStudioStaticImagePixelWidth { get; set; }
Property Value
IRayPlusStudioStaticImageResolution
Declaration
[Obsolete("Deprecated in NX1980.0.0. Static image units type is always pixel now. Static image resolution is no longer supported.")]
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioStaticImageResolutionType IRayPlusStudioStaticImageResolution { get; set; }
Property Value
IRayPlusStudioStaticImageSize
Declaration
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioStaticImageSizeType IRayPlusStudioStaticImageSize { get; set; }
Property Value
IRayPlusStudioStaticImageUnits
Declaration
[Obsolete("Deprecated in NX1980.0.0. Static image units is no longer supported. Static image units type is always pixels.")]
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioStaticImageUnitsType IRayPlusStudioStaticImageUnits { get; set; }
Property Value
IRayPlusStudioStaticImageVrHeight
Declaration
public int IRayPlusStudioStaticImageVrHeight { get; set; }
Property Value
IRayPlusStudioStaticImageVrWidth
Declaration
public int IRayPlusStudioStaticImageVrWidth { get; set; }
Property Value
IRayPlusStudioshowStatusIndicator
Declaration
public bool IRayPlusStudioshowStatusIndicator { get; set; }
Property Value
LensType
Declaration
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioLensType LensType { get; set; }
Property Value
Declaration
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioRemoteRenderFormatType RemoteRenderFormat { get; set; }
Property Value
RemoteRenderIP
Declaration
public string RemoteRenderIP { get; set; }
Property Value
RemoteRenderPassword
Declaration
public string RemoteRenderPassword { get; set; }
Property Value
RemoteRenderReserveNodes
Declaration
public int RemoteRenderReserveNodes { get; set; }
Property Value
RemoteRenderSecurityToken
Declaration
public string RemoteRenderSecurityToken { get; set; }
Property Value
RemoteRenderToggle
Declaration
public bool RemoteRenderToggle { get; set; }
Property Value
RemoteRenderType
Declaration
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioRemoteRenderType RemoteRenderType { get; set; }
Property Value
RemoteRenderUsername
Declaration
public string RemoteRenderUsername { get; set; }
Property Value
RemoteRenderVideoMode
Declaration
[Obsolete("Deprecated in NX12.0.0. This is removed. The video mode is determined by the Ray Traced Studio render mode.")]
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioRemoteRenderVideoType RemoteRenderVideoMode { get; set; }
Property Value
StaticAutoCompletionType
Declaration
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioAutoCompletionType StaticAutoCompletionType { get; set; }
Property Value
StaticIRayPlusStudioTime
Declaration
public DateBuilder StaticIRayPlusStudioTime { get; }
Property Value
StaticRenderDuration
Declaration
public IRayPlusStudioPreferencesBuilder.StaticRenderDurationType StaticRenderDuration { get; set; }
Property Value
StaticRenderNumberOfIterations
Declaration
public int StaticRenderNumberOfIterations { get; set; }
Property Value
StereoLayout
Declaration
public IRayPlusStudioPreferencesBuilder.IRayPlusStudioStereoLayoutType StereoLayout { get; set; }
Property Value
VrCamera
Declaration
public CartesianCoordinateSystem VrCamera { get; set; }
Property Value
VrEnabledToggle
Declaration
public bool VrEnabledToggle { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink