Click or drag to resize

IBuilder Methods

The IBuilder type exposes the following members.

Methods
  NameDescription
Public methodAddToSelection
Public methodBeginInvoke
Public methodClearSelection
Public methodCreateVisual(VisualFactory)
Public methodCreateVisual(VisualFactory, Vector3)
Public methodCreateVisualWithoutFocus
Public methodDeleteSelection
Public methodExport(String, Boolean)
Public methodExport(String, Visual, Boolean)
Public methodForceRefreshPropertiesGrid
Forcibly refreshes Properties Grid even when it is being edited.
Public methodGetPackageManager
Gets the default package manager for the target if no options are specified. Otherwise returns a new package manager.
(Inherited from IPackageTarget.)
Public methodInvoke
Public methodModelBeginInvoke(Action)
Invoke an action on the Demo3D model thread.
Public methodModelBeginInvoke(ActionObject, Object)
Invoke an action on the Demo3D model thread.
Public methodNotifyAfterFileImported
Call this to notify interested listeners to examine (re)imported CAD.
Public methodRefreshPropertiesGrid
Refreshes the Properties Grid unless it's currently being edited. This is the recommended API for most situations.
Public methodReset
Public methodSaveOptions
Public methodSaveWorldEdits
Display a confirmation dialog to prompt saving edits made to the model.
Public methodSelect
Public methodShowFeedManager
Show the package feed manager.
Public methodSnapshotColorData
Get the color data as an array or image
Public methodSnapshotDepthData
Get the depth data as an array or image
Public methodStartVideoRecording
Start recording the scene, opens a dialog to set the file path, end with StopVideoRecording
Public methodStartVideoRecording(Demo3DMovieExportFormat)
Public methodStartVideoRecording(String)
Public methodStopVideoRecording
Stop recording the scene
Top
Extension Methods
See Also