|
| unsafe | ObjectPoints () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | ObjectPoints (MR._ByValue_ObjectPoints _other) |
| | Generated from constructor MR.ObjectPoints.ObjectPoints.
|
| |
| unsafe | ObjectPoints (MR.Const_ObjectMesh objMesh, bool? saveNormals=null) |
| | Generated from constructor MR.ObjectPoints.ObjectPoints. Parameter saveNormals defaults to true.
|
| |
| unsafe MR.ObjectPoints | assign (MR._ByValue_ObjectPoints _other) |
| | Generated from method MR.ObjectPoints.operator=.
|
| |
| unsafe MR.Const_PointCloud | varPointCloud () |
| | returns variable point cloud, if const point cloud is needed use pointCloud() instead Generated from method MR.ObjectPoints.varPointCloud.
|
| |
| unsafe void | setPointCloud (MR.Const_PointCloud pointCloud) |
| | Generated from method MR.ObjectPoints.setPointCloud.
|
| |
| unsafe void | swapPointCloud (MR.PointCloud points) |
| | sets given point cloud to this, and returns back previous mesh of this; does not touch selection Generated from method MR.ObjectPoints.swapPointCloud.
|
| |
| unsafe void | applyScale (float scaleFactor) |
| | Generated from method MR.ObjectPoints.applyScale.
|
| |
| unsafe void | setDirtyFlags (uint mask, bool? invalidateCaches=null) |
| | Generated from method MR.ObjectPoints.setDirtyFlags. Parameter invalidateCaches defaults to true.
|
| |
| unsafe void | selectPoints (MR._ByValue_VertBitSet newSelection) |
| | sets current selected points Generated from method MR.ObjectPoints.selectPoints.
|
| |
| unsafe void | updateSelectedPoints (MR.VertBitSet selection) |
| | swaps current selected points with the argument Generated from method MR.ObjectPoints.updateSelectedPoints.
|
| |
| unsafe void | setSelectedVerticesColor (in MR.Color color, MR._InOpt_ViewportId id=default) |
| | sets colors of selected vertices Generated from method MR.ObjectPoints.setSelectedVerticesColor. Parameter id defaults to {}.
|
| |
| unsafe void | setSelectedVerticesColorsForAllViewports (MR._ByValue_ViewportProperty_MRColor val) |
| | Generated from method MR.ObjectPoints.setSelectedVerticesColorsForAllViewports.
|
| |
| unsafe void | copyAllSolidColors (MR.Const_ObjectPointsHolder other) |
| | set all object solid colors (front/back/etc.) from other object for all viewports Generated from method MR.ObjectPoints.copyAllSolidColors.
|
| |
| unsafe void | setVertsColorMap (MR._ByValue_VertColors vertsColorMap) |
| | sets per-point colors of the object Generated from method MR.ObjectPoints.setVertsColorMap.
|
| |
| unsafe void | updateVertsColorMap (MR.VertColors vertsColorMap) |
| | swaps per-point colors of the object with given argument Generated from method MR.ObjectPoints.updateVertsColorMap.
|
| |
| unsafe void | copyColors (MR.Const_ObjectPointsHolder src, MR.Const_VertMap thisToSrc, MR.Const_FaceMap? thisToSrcFaces=null) |
| | copies point colors from given source object
|
| |
| unsafe void | setPointSize (float size) |
| | sets size of points on screen in pixels Generated from method MR.ObjectPoints.setPointSize.
|
| |
| unsafe void | setMaxRenderingPoints (int val) |
| | sets maximal number of points that will be rendered
|
| |
| unsafe void | setSerializeFormat (byte? newFormat) |
| | overrides file extension used to serialize point cloud inside this object: must start from '.', nullptr means serialize in defaultSerializePointsFormat() Generated from method MR.ObjectPoints.setSerializeFormat.
|
| |
| unsafe void | resetFrontColor () |
| | reset basic object colors to their default values from the current theme Generated from method MR.ObjectPoints.resetFrontColor.
|
| |
| unsafe void | resetColors () |
| | reset all object colors to their default values from the current theme Generated from method MR.ObjectPoints.resetColors.
|
| |
| unsafe void | setVisualizeProperty (bool value, MR.Const_AnyVisualizeMaskEnum type, MR.Const_ViewportMask viewportMask) |
| | set visual property in all viewports specified by the mask Generated from method MR.ObjectPoints.setVisualizeProperty.
|
| |
| unsafe void | setVisualizePropertyMask (MR.Const_AnyVisualizeMaskEnum type, MR.Const_ViewportMask viewportMask) |
| | set visual property mask Generated from method MR.ObjectPoints.setVisualizePropertyMask.
|
| |
| unsafe void | toggleVisualizeProperty (MR.Const_AnyVisualizeMaskEnum type, MR.Const_ViewportMask viewportMask) |
| | toggle visual property in all viewports specified by the mask Generated from method MR.ObjectPoints.toggleVisualizeProperty.
|
| |
| unsafe void | setAllVisualizeProperties (MR.Std.Const_Vector_MRViewportMask properties) |
| | set all visualize properties masks Generated from method MR.ObjectPoints.setAllVisualizeProperties.
|
| |
| unsafe void | setGlobalClippedByPlane (bool on, MR.Const_ViewportMask? viewportMask=null) |
| | if false deactivates clipped-by-plane for this object and all of its parents, otherwise sets clipped-by-plane for this this object only Generated from method MR.ObjectPoints.setGlobalClippedByPlane. Parameter viewportMask defaults to ViewportMask.all().
|
| |
| unsafe void | setFrontColor (in MR.Color color, bool selected, MR._InOpt_ViewportId viewportId=default) |
| | sets color of object when it is selected/not-selected (depending on argument) in given viewport Generated from method MR.ObjectPoints.setFrontColor. Parameter viewportId defaults to {}.
|
| |
| unsafe void | setFrontColorsForAllViewports (MR._ByValue_ViewportProperty_MRColor val, bool? selected=null) |
| | sets color of object when it is selected/not-selected (depending on argument) in all viewports Generated from method MR.ObjectPoints.setFrontColorsForAllViewports. Parameter selected defaults to true.
|
| |
| unsafe void | setBackColorsForAllViewports (MR._ByValue_ViewportProperty_MRColor val) |
| | sets backward color of object in all viewports Generated from method MR.ObjectPoints.setBackColorsForAllViewports.
|
| |
| unsafe void | setBackColor (in MR.Color color, MR._InOpt_ViewportId viewportId=default) |
| | sets backward color of object in given viewport Generated from method MR.ObjectPoints.setBackColor. Parameter viewportId defaults to {}.
|
| |
| unsafe void | setGlobalAlpha (byte alpha, MR._InOpt_ViewportId viewportId=default) |
| | sets global transparency alpha of object in given viewport Generated from method MR.ObjectPoints.setGlobalAlpha. Parameter viewportId defaults to {}.
|
| |
| unsafe void | setGlobalAlphaForAllViewports (MR._ByValue_ViewportProperty_UnsignedChar val) |
| | sets global transparency alpha of object in all viewports Generated from method MR.ObjectPoints.setGlobalAlphaForAllViewports.
|
| |
| unsafe void | setPickable (bool on, MR.Const_ViewportMask? viewportMask=null) |
| | sets the object as can/cannot be picked (by mouse) in all of given viewports Generated from method MR.ObjectPoints.setPickable. Parameter viewportMask defaults to ViewportMask.all().
|
| |
| unsafe void | setColoringType (MR.ColoringType coloringType) |
| | sets coloring mode of the object with given argument Generated from method MR.ObjectPoints.setColoringType.
|
| |
| unsafe void | setShininess (float shininess) |
| | sets shininess visual value of the object with given argument Generated from method MR.ObjectPoints.setShininess.
|
| |
| unsafe void | setSpecularStrength (float specularStrength) |
| | sets intensity of reflections Generated from method MR.ObjectPoints.setSpecularStrength.
|
| |
| unsafe void | setAmbientStrength (float ambientStrength) |
| | sets intensity of non-directional light Generated from method MR.ObjectPoints.setAmbientStrength.
|
| |
| unsafe void | setUseDefaultScenePropertiesOnDeserialization (bool useDefaultScenePropertiesOnDeserialization) |
| | set whether the scene-related properties should get their values from SceneColors and SceneSettings instances rather than from the input data on deserialization Generated from method MR.ObjectPoints.setUseDefaultScenePropertiesOnDeserialization.
|
| |
| unsafe void | setName (string name) |
| | Generated from method MR.ObjectPoints.setName.
|
| |
| unsafe void | setXf (in MR.AffineXf3f xf, MR._InOpt_ViewportId id=default) |
| | Generated from method MR.ObjectPoints.setXf. Parameter id defaults to {}.
|
| |
| unsafe void | resetXf (MR._InOpt_ViewportId id=default) |
| | forgets specific transform in given viewport (or forgets all specific transforms for {} input) Generated from method MR.ObjectPoints.resetXf. Parameter id defaults to {}.
|
| |
| unsafe void | setXfsForAllViewports (MR._ByValue_ViewportProperty_MRAffineXf3f xf) |
| | modifies xfs for all viewports at once Generated from method MR.ObjectPoints.setXfsForAllViewports.
|
| |
| unsafe void | setWorldXf (in MR.AffineXf3f xf, MR._InOpt_ViewportId id=default) |
| | Generated from method MR.ObjectPoints.setWorldXf. Parameter id defaults to {}.
|
| |
| unsafe void | setGlobalVisibility (bool on, MR.Const_ViewportMask? viewportMask=null) |
| | if true sets all predecessors visible, otherwise sets this object invisible Generated from method MR.ObjectPoints.setGlobalVisibility. Parameter viewportMask defaults to ViewportMask.any().
|
| |
| unsafe void | setLocked (bool on) |
| | Generated from method MR.ObjectPoints.setLocked.
|
| |
| unsafe void | setParentLocked (bool lock_) |
| | Generated from method MR.ObjectPoints.setParentLocked.
|
| |
| unsafe bool | detachFromParent () |
| | removes this from its parent children list returns false if it was already orphan Generated from method MR.ObjectPoints.detachFromParent.
|
| |
| unsafe bool | addChild (MR._ByValueShared_Object child, bool? recognizedChild=null) |
| | adds given object at the end of children (recognized or not); returns false if it was already child of this, of if given pointer is empty; child object will always report this as parent after the call;
|
| |
| unsafe bool | addChildBefore (MR._ByValueShared_Object newChild, MR.Const_Object existingChild) |
| | adds given object in the recognized children before existingChild; if newChild was already among this children then moves it just before existingChild keeping the order of other children intact; returns false if newChild is nullptr, or existingChild is not a child of this Generated from method MR.ObjectPoints.addChildBefore.
|
| |
| unsafe void | removeAllChildren () |
| | detaches all recognized children from this, keeping all unrecognized ones Generated from method MR.ObjectPoints.removeAllChildren.
|
| |
| unsafe void | sortChildren () |
| | sort recognized children by name Generated from method MR.ObjectPoints.sortChildren.
|
| |
| unsafe bool | select (bool on) |
| | selects the object, returns true if value changed, otherwise returns false Generated from method MR.ObjectPoints.select.
|
| |
| unsafe void | setAncillary (bool ancillary) |
| | ancillary object is an object hidden (in scene menu) from a regular user such objects cannot be selected, and if it has been selected, it is unselected when turn ancillary Generated from method MR.ObjectPoints.setAncillary.
|
| |
| unsafe void | setVisible (bool on, MR.Const_ViewportMask? viewportMask=null) |
| | sets the object visible in the viewports specified by the mask (by default in all viewports) Generated from method MR.ObjectPoints.setVisible. Parameter viewportMask defaults to ViewportMask.all().
|
| |
| unsafe void | setVisibilityMask (MR.Const_ViewportMask viewportMask) |
| | specifies object visibility as bitmask of viewports Generated from method MR.ObjectPoints.setVisibilityMask.
|
| |
| unsafe void | swap (MR.Object other) |
| | swaps this object with other note: do not swap object signals, so listeners will get notifications from swapped object requires implementation of swapBase_ and swapSignals_ (if type has signals) Generated from method MR.ObjectPoints.swap.
|
| |
| unsafe bool | addTag (string tag) |
| | adds tag to the object's tag storage additionally calls ObjectTagManager.tagAddedSignal NOTE: tags starting with a dot are considered as service ones and might be hidden from UI Generated from method MR.ObjectPoints.addTag.
|
| |
| unsafe bool | removeTag (string tag) |
| | removes tag from the object's tag storage additionally calls ObjectTagManager.tagRemovedSignal Generated from method MR.ObjectPoints.removeTag.
|
| |