NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder Class Reference

Represents a NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder builder More...

Inheritance diagram for NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  Types { ToTarget, ToAverage, AlignNormal }
 The type of projection More...
 
enum  TargetTypes {
  InferredPlane, InferredAxis, YcZcPlane, XcZcPlane,
  XcYcPlane, XcAxis, YcAxis, ZcAxis,
  Object, Plane, DynamicPlane
}
 Target types More...
 
enum  ModeOptions { Linear, Planar }
 Best fit mode More...
 

Public Member Functions

unsafe void OnTargetPlane ()
 Update builder data based on target plane definition More...
 
unsafe void OnTargetDynamicPlane ()
 Update builder data based on target dynamic plane definition More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe
NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.ModeOptions 
Mode [get, set]
 Returns or sets the mode More...
 
unsafe
NXOpen.Features.Subdivision.SelectCageObjectData 
ObjectsToProject [get]
 Returns the objects to project More...
 
unsafe
NXOpen.SelectDisplayableObject 
Target [get]
 Returns the target More...
 
unsafe
NXOpen.Features.Subdivision.SelectCageObjectData 
TargetCageObjects [get]
 Returns the target cage objects to infer a plane or axis from More...
 
unsafe NXOpen.CoordinateSystem TargetDynamicPlane [get, set]
 Returns or sets the target dynamic plane More...
 
unsafe NXOpen.Plane TargetPlane [get, set]
 Returns or sets the target plane More...
 
unsafe
NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.TargetTypes 
TargetType [get, set]
 Returns or sets the target type More...
 
unsafe
NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.Types 
Type [get, set]
 Returns or sets the type More...
 

Detailed Description

Represents a NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder builder

To create a new instance of this class, use NXOpen.Features.Subdivision.SubdivisionBodyCollection.CreateSubdivisionProjectCageBuilder

Default values.

Property Value

Mode

Planar

TargetType

InferredPlane

Created in NX9.0.0

Member Enumeration Documentation

Best fit mode

Enumerator
Linear 

Fit a line

Planar 

Fit a plane

Target types

Enumerator
InferredPlane 
InferredAxis 
YcZcPlane 
XcZcPlane 
XcYcPlane 
XcAxis 
YcAxis 
ZcAxis 
Object 
Plane 
DynamicPlane 

The type of projection

Enumerator
ToTarget 

Project on target

ToAverage 

Project using best fit plane or axis

AlignNormal 

Align edges normal to the specified plane

Member Function Documentation

unsafe void NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.OnTargetDynamicPlane ( )

Update builder data based on target dynamic plane definition

Created in NX10.0.0

License requirements: nx_subdivision (" NX SUBDIVISION")

unsafe void NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.OnTargetPlane ( )

Update builder data based on target plane definition

Created in NX9.0.1

License requirements: nx_subdivision (" NX SUBDIVISION")

Property Documentation

unsafe NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.ModeOptions NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.Mode
getset

Returns or sets the mode

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe NXOpen.Features.Subdivision.SelectCageObjectData NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.ObjectsToProject
get

Returns the objects to project

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.SelectDisplayableObject NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.Target
get

Returns the target

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Features.Subdivision.SelectCageObjectData NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.TargetCageObjects
get

Returns the target cage objects to infer a plane or axis from

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.CoordinateSystem NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.TargetDynamicPlane
getset

Returns or sets the target dynamic plane

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe NXOpen.Plane NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.TargetPlane
getset

Returns or sets the target plane

Created in NX9.0.1

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.TargetTypes NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.TargetType
getset

Returns or sets the target type

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.Types NXOpen.Features.Subdivision.SubdivisionProjectCageBuilder.Type
getset

Returns or sets the type

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.