RealWorldMapSizeInterface Class Reference

RealWorldMapSizeInterface Class Reference

Class Description

An interface for setting the real-world map size properties on objects and modifiers.
+ Inheritance diagram for RealWorldMapSizeInterface:

Public Member Functions

def GetUsePhysicalScaleUVs (self)
 
def SetUsePhysicalScaleUVs (self, args)
 
- Public Member Functions inherited from FPInterface
def EnableActions (self, args)
 
def FindFn (self, args)
 
def GetDesc (self)
 
def Invoke (self, args)
 
def IsChecked (self, args)
 
def IsEnabled (self, args)
 
def IsVisible (self, args)
 
- Public Member Functions inherited from BaseInterface
def GetID (self)
 
- Public Member Functions inherited from InterfaceServer
def GetInterface (self, args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from FPInterface
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from BaseInterface
tuple InterfaceId = _swig_property(GetID)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from InterfaceServer
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def GetUsePhysicalScaleUVs (   self)
GetUsePhysicalScaleUVs(RealWorldMapSizeInterface self) -> bool
def SetUsePhysicalScaleUVs (   self,
  args 
)
SetUsePhysicalScaleUVs(RealWorldMapSizeInterface self, bool flag)