gear_mc
 All Classes Namespaces Functions Variables
Functions
gear.xsi.utils Namespace Reference

Functions

def convertRLName
 UTILS. More...
 
def getSymmetryMap
 Get the symmetry map of an object. More...
 
def setColor
 Create a Display Property on the object and set the wirecolor. More...
 

Detailed Description

    This file is part of GEAR_mc.
    GEAR_mc is a fork of Jeremie Passerin's GEAR project.

    GEAR is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/lgpl.html>.

    Author:     Jeremie Passerin    geerem@hotmail.com  www.jeremiepasserin.com
    Fork Author:  Miquel Campos       hello@miqueltd.com  www.miqueltd.com
    Date:       2013 / 08 / 16
Author
Jeremie Passerin

Function Documentation

def gear.xsi.utils.convertRLName (   name)

UTILS.

======================================================== Convert a string with L, L0, L_, _L to R. And vice and versa.

Parameters
nameString - string to convert
Returns
Tuple of Integer - screen width and height.
def gear.xsi.utils.getSymmetryMap (   obj,
  logWarning = True 
)

Get the symmetry map of an object.

Parameters
objGeometry.
logWarningBoolean - Log a warning if there is no symmetry map on selection.
Returns
Map - The object symmetry map. False if there is none.
def gear.xsi.utils.setColor (   obj,
  color = [0 
)

Create a Display Property on the object and set the wirecolor.

Parameters
objX3DObject - Object.
colorList of Double - The RGB color of the object (ie. [1,0,0] for red).
Returns
Property - The newly created display property.