Class ExtendedRealityFileCreator
Inheritance
ExtendedRealityFileCreator
Assembly: NXOpen.dll
Syntax
public class ExtendedRealityFileCreator : Builder, IMessageSink, IComponentBuilder
Constructors
ExtendedRealityFileCreator()
Declaration
protected ExtendedRealityFileCreator()
Properties
BodiesToExport
Declaration
public SelectDisplayableObjectList BodiesToExport { get; }
Property Value
CsysOfexportPosition
Declaration
public CoordinateSystem CsysOfexportPosition { get; set; }
Property Value
DataCompression
Declaration
public bool DataCompression { get; set; }
Property Value
ExportAppearanceSchemes
Declaration
public bool ExportAppearanceSchemes { get; set; }
Property Value
ExportAssemblyArrangements
Declaration
public bool ExportAssemblyArrangements { get; set; }
Property Value
ExportAssemblyExplosions
Declaration
public bool ExportAssemblyExplosions { get; set; }
Property Value
ExportCameras
Declaration
public bool ExportCameras { get; set; }
Property Value
ExportEntity
Declaration
public ExtendedRealityFileCreator.ObjectToExport ExportEntity { get; set; }
Property Value
ExportMotionAnimation
Declaration
public bool ExportMotionAnimation { get; set; }
Property Value
ExportPositionType
Declaration
public ExtendedRealityFileCreator.ExportedPositionCSYS ExportPositionType { get; set; }
Property Value
FileLocation
Declaration
public string FileLocation { get; set; }
Property Value
Declaration
public ExtendedRealityFileCreator.OutputFormat Format { get; set; }
Property Value
Methods
SetSelectedAnimations(TaggedObject[])
Declaration
public void SetSelectedAnimations(TaggedObject[] selectedAnimations)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink